Html Css Color HEX #CF5C0C Tenne (Tawny)

📋 copy color: '#CF5C0C'

red 207 ◦ green 92 ◦ blue 12

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

Shades of Tenne (Tawny) #CF5C0C

Tints of Tenne (Tawny) #CF5C0C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.58%

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

R = 66.56%
G = 29.58%
B = 3.86%

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

#CF5C0C (or 0xCF5C0C) is known color: Tenne (Tawny). HEX triplet: CF, 5C and 0C. RGB value is (207,92,12). Sum of RGB (Red+Green+Blue) = 207+92+12=311 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.56% from 311); Green value is 92 (36.33% from 255 or 29.58% from 311); Blue value is 12 (5.08% from 255 or 3.86% from 311); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5C0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5C0C is #30A3F3. Grayscale: #757575. Windows color (decimal): -3187700 or 810191. OLE color: 810191.

HSL color Cylindrical-coordinate representation of color #CF5C0C: hue angle of 24.62º 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 #CF5C0C is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 92 12 -
CMYK 0 0.56 0.94 0.19
HSL 24.62º 0.89% 0.43% -
HSV(B) 24.62º 0.94% 0.81% -
XYZ 29.63 20.95 2.83 -
YUV 117.27 68.6 192 -
System Red Green Blue C M Y K H S L
Decimal 207 92 12 0 0.56 0.94 0.19 24.62 0.89 0.43
Hex CF 5C C 0 38 5E 13 19 59 2B
Octal 317 134 14 0 70 136 23 31 131 53
Binary 11001111 1011100 1100 0 111000 1011110 10011 11001 1011001 101011

Color Harmonies of #CF5C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5C0C

Black with #CF5C0C

Text Example


Text Example

White with #CF5C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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