Html Css Color HEX #CB5C0A Tenne (Tawny)

📋 copy color: '#CB5C0A'

red 203 ◦ green 92 ◦ blue 10

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

Shades of Tenne (Tawny) #CB5C0A

Tints of Tenne (Tawny) #CB5C0A

RGB

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

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

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

R = 66.56%
G = 30.16%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CB5C0A (or 0xCB5C0A) is known color: Tenne (Tawny). HEX triplet: CB, 5C and 0A. RGB value is (203,92,10). Sum of RGB (Red+Green+Blue) = 203+92+10=305 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.56% from 305); Green value is 92 (36.33% from 255 or 30.16% from 305); Blue value is 10 (4.30% from 255 or 3.28% from 305); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5C0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5C0A is #34A3F5. Grayscale: #747474. Windows color (decimal): -3449846 or 679115. OLE color: 679115.

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

Color convert

RGB 203 92 10 -
CMYK 0 0.55 0.95 0.20
HSL 25.49º 0.91% 0.42% -
HSV(B) 25.49º 0.95% 0.8% -
XYZ 28.51 20.37 2.72 -
YUV 115.84 68.27 190.17 -
System Red Green Blue C M Y K H S L
Decimal 203 92 10 0 0.55 0.95 0.20 25.49 0.91 0.42
Hex CB 5C A 0 37 5F 14 19 5B 2A
Octal 313 134 12 0 67 137 24 31 133 52
Binary 11001011 1011100 1010 0 110111 1011111 10100 11001 1011011 101010

Color Harmonies of #CB5C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5C0A

Black with #CB5C0A

Text Example


Text Example

White with #CB5C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5C0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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