Html Css Color HEX #CB6402 Tenne (Tawny)

📋 copy color: '#CB6402'

red 203 ◦ green 100 ◦ blue 2

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

Shades of Tenne (Tawny) #CB6402

Tints of Tenne (Tawny) #CB6402

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.79%

 BLUE value IS 2 (1.17% from 255) = 0.66%

R = 66.56%
G = 32.79%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#CB6402 (or 0xCB6402) is known color: Tenne (Tawny). HEX triplet: CB, 64 and 02. RGB value is (203,100,2). Sum of RGB (Red+Green+Blue) = 203+100+2=305 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.56% from 305); Green value is 100 (39.45% from 255 or 32.79% from 305); Blue value is 2 (1.17% from 255 or 0.66% from 305); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6402 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6402 is #349BFD. Grayscale: #787878. Windows color (decimal): -3447806 or 156875. OLE color: 156875.

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

Color convert

RGB 203 100 2 -
CMYK 0 0.51 0.99 0.20
HSL 29.25º 0.98% 0.4% -
HSV(B) 29.25º 0.99% 0.8% -
XYZ 29.2 21.82 2.73 -
YUV 119.63 61.62 187.47 -
System Red Green Blue C M Y K H S L
Decimal 203 100 2 0 0.51 0.99 0.20 29.25 0.98 0.4
Hex CB 64 2 0 33 63 14 1D 62 28
Octal 313 144 2 0 63 143 24 35 142 50
Binary 11001011 1100100 10 0 110011 1100011 10100 11101 1100010 101000

Color Harmonies of #CB6402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6402

Black with #CB6402

Text Example


Text Example

White with #CB6402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6402; }

 p { color: rgb(203,100,2); }

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

background-color css

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

 a { background-color: rgb(203,100,2); }

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

border-color css

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

 span { border-color: rgb(203,100,2); }

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