Html Css Color HEX #CB5C0C Tenne (Tawny)

📋 copy color: '#CB5C0C'

red 203 ◦ green 92 ◦ blue 12

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

Shades of Tenne (Tawny) #CB5C0C

Tints of Tenne (Tawny) #CB5C0C

RGB

 RED value IS 203 (79.69% from 255) = 66.12%

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

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

R = 66.12%
G = 29.97%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CB5C0C (or 0xCB5C0C) is known color: Tenne (Tawny). HEX triplet: CB, 5C and 0C. RGB value is (203,92,12). Sum of RGB (Red+Green+Blue) = 203+92+12=307 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.12% from 307); Green value is 92 (36.33% from 255 or 29.97% from 307); Blue value is 12 (5.08% from 255 or 3.91% from 307); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5C0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5C0C is #34A3F3. Grayscale: #747474. Windows color (decimal): -3449844 or 810187. OLE color: 810187.

HSL color Cylindrical-coordinate representation of color #CB5C0C: hue angle of 25.13º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB5C0C is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 92 12 -
CMYK 0 0.55 0.94 0.20
HSL 25.13º 0.89% 0.42% -
HSV(B) 25.13º 0.94% 0.8% -
XYZ 28.52 20.38 2.78 -
YUV 116.07 69.27 190 -
System Red Green Blue C M Y K H S L
Decimal 203 92 12 0 0.55 0.94 0.20 25.13 0.89 0.42
Hex CB 5C C 0 37 5E 14 19 59 2A
Octal 313 134 14 0 67 136 24 31 131 52
Binary 11001011 1011100 1100 0 110111 1011110 10100 11001 1011001 101010

Color Harmonies of #CB5C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5C0C

Black with #CB5C0C

Text Example


Text Example

White with #CB5C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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