Html Css Color HEX #CF520A Tenne (Tawny)

📋 copy color: '#CF520A'

red 207 ◦ green 82 ◦ blue 10

#CF520A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tenne (Tawny) #CF520A

Tints of Tenne (Tawny) #CF520A

RGB

 RED value IS 207 (81.25% from 255) = 69.23%

 GREEN value IS 82 (32.42% from 255) = 27.42%

 BLUE value IS 10 (4.3% from 255) = 3.34%

R = 69.23%
G = 27.42%
B = 3.34%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.95

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CF520A (or 0xCF520A) is known color: Tenne (Tawny). HEX triplet: CF, 52 and 0A. RGB value is (207,82,10). Sum of RGB (Red+Green+Blue) = 207+82+10=299 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.23% from 299); Green value is 82 (32.42% from 255 or 27.42% from 299); Blue value is 10 (4.30% from 255 or 3.34% from 299); Max value from RGB is 207 - color contains mainly: red. Hex color #CF520A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF520A is #30ADF5. Grayscale: #6F6F6F. Windows color (decimal): -3190262 or 676559. OLE color: 676559.

HSL color Cylindrical-coordinate representation of color #CF520A: hue angle of 21.93º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF520A is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 82 10 -
CMYK 0 0.60 0.95 0.19
HSL 21.93º 0.91% 0.43% -
HSV(B) 21.93º 0.95% 0.81% -
XYZ 28.8 19.32 2.5 -
YUV 111.17 70.91 196.35 -
System Red Green Blue C M Y K H S L
Decimal 207 82 10 0 0.60 0.95 0.19 21.93 0.91 0.43
Hex CF 52 A 0 3C 5F 13 16 5B 2B
Octal 317 122 12 0 74 137 23 26 133 53
Binary 11001111 1010010 1010 0 111100 1011111 10011 10110 1011011 101011

Color Harmonies of #CF520A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF520A

Black with #CF520A

Text Example


Text Example

White with #CF520A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF520A; }

 p { color: rgb(207,82,10); }

 H1.HeaderClassName
 {
   color: #CF520A;
 }
 .AnyTagClassName
 {
   color: #CF520A;
 }
</style>

background-color css

<style>
 a { background-color: #CF520A; }

 a { background-color: rgb(207,82,10); }

 div.DivClassName
 {
   background-color: #CF520A;
 }
 .BgClassName
 {
   background-color: #CF520A;
 }
</style>

border-color css

<style>
 span { border-color: #CF520A; }

 span { border-color: rgb(207,82,10); }

 td.TdClassName
 {
   border-color: #CF520A;
 }
 .TagClassName
 {
   border-color: #CF520A;
 }
</style>