Html Css Color HEX #CB6005 Tenne (Tawny)

📋 copy color: '#CB6005'

red 203 ◦ green 96 ◦ blue 5

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

Shades of Tenne (Tawny) #CB6005

Tints of Tenne (Tawny) #CB6005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.64%

R = 66.78%
G = 31.58%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#CB6005 (or 0xCB6005) is known color: Tenne (Tawny). HEX triplet: CB, 60 and 05. RGB value is (203,96,5). Sum of RGB (Red+Green+Blue) = 203+96+5=304 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.78% from 304); Green value is 96 (37.89% from 255 or 31.58% from 304); Blue value is 5 (2.34% from 255 or 1.64% from 304); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6005 is #349FFA. Grayscale: #767676. Windows color (decimal): -3448827 or 352459. OLE color: 352459.

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

Color convert

RGB 203 96 5 -
CMYK 0 0.53 0.98 0.20
HSL 27.58º 0.95% 0.41% -
HSV(B) 27.58º 0.98% 0.8% -
XYZ 28.84 21.07 2.69 -
YUV 117.62 64.45 188.9 -
System Red Green Blue C M Y K H S L
Decimal 203 96 5 0 0.53 0.98 0.20 27.58 0.95 0.41
Hex CB 60 5 0 35 62 14 1C 5F 29
Octal 313 140 5 0 65 142 24 34 137 51
Binary 11001011 1100000 101 0 110101 1100010 10100 11100 1011111 101001

Color Harmonies of #CB6005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6005

Black with #CB6005

Text Example


Text Example

White with #CB6005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6005; }

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

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

background-color css

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

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

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

border-color css

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

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

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