Html Css Color HEX #CB6008 Tenne (Tawny)

📋 copy color: '#CB6008'

red 203 ◦ green 96 ◦ blue 8

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

Shades of Tenne (Tawny) #CB6008

Tints of Tenne (Tawny) #CB6008

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.27%

 BLUE value IS 8 (3.52% from 255) = 2.61%

R = 66.12%
G = 31.27%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CB6008 (or 0xCB6008) is known color: Tenne (Tawny). HEX triplet: CB, 60 and 08. RGB value is (203,96,8). Sum of RGB (Red+Green+Blue) = 203+96+8=307 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.12% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 8 (3.52% from 255 or 2.61% from 307); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6008 is #349FF7. Grayscale: #767676. Windows color (decimal): -3448824 or 549067. OLE color: 549067.

HSL color Cylindrical-coordinate representation of color #CB6008: hue angle of 27.08º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB6008 is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 96 8 -
CMYK 0 0.53 0.96 0.20
HSL 27.08º 0.92% 0.41% -
HSV(B) 27.08º 0.96% 0.8% -
XYZ 28.86 21.08 2.78 -
YUV 117.96 65.95 188.66 -
System Red Green Blue C M Y K H S L
Decimal 203 96 8 0 0.53 0.96 0.20 27.08 0.92 0.41
Hex CB 60 8 0 35 60 14 1B 5C 29
Octal 313 140 10 0 65 140 24 33 134 51
Binary 11001011 1100000 1000 0 110101 1100000 10100 11011 1011100 101001

Color Harmonies of #CB6008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6008

Black with #CB6008

Text Example


Text Example

White with #CB6008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6008; }

 p { color: rgb(203,96,8); }

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

background-color css

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

 a { background-color: rgb(203,96,8); }

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

border-color css

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

 span { border-color: rgb(203,96,8); }

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