Html Css Color HEX #CF5B0C Tenne (Tawny)

📋 copy color: '#CF5B0C'

red 207 ◦ green 91 ◦ blue 12

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

Shades of Tenne (Tawny) #CF5B0C

Tints of Tenne (Tawny) #CF5B0C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.35%

 BLUE value IS 12 (5.08% from 255) = 3.87%

R = 66.77%
G = 29.35%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CF5B0C (or 0xCF5B0C) is known color: Tenne (Tawny). HEX triplet: CF, 5B and 0C. RGB value is (207,91,12). Sum of RGB (Red+Green+Blue) = 207+91+12=310 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.77% from 310); Green value is 91 (35.94% from 255 or 29.35% from 310); Blue value is 12 (5.08% from 255 or 3.87% from 310); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5B0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5B0C is #30A4F3. Grayscale: #757575. Windows color (decimal): -3187956 or 809935. OLE color: 809935.

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

Color convert

RGB 207 91 12 -
CMYK 0 0.56 0.94 0.19
HSL 24.31º 0.89% 0.43% -
HSV(B) 24.31º 0.94% 0.81% -
XYZ 29.54 20.77 2.8 -
YUV 116.68 68.93 192.42 -
System Red Green Blue C M Y K H S L
Decimal 207 91 12 0 0.56 0.94 0.19 24.31 0.89 0.43
Hex CF 5B C 0 38 5E 13 18 59 2B
Octal 317 133 14 0 70 136 23 30 131 53
Binary 11001111 1011011 1100 0 111000 1011110 10011 11000 1011001 101011

Color Harmonies of #CF5B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5B0C

Black with #CF5B0C

Text Example


Text Example

White with #CF5B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5B0C; }

 p { color: rgb(207,91,12); }

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

background-color css

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

 a { background-color: rgb(207,91,12); }

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

border-color css

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

 span { border-color: rgb(207,91,12); }

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