Html Css Color HEX #CB6502 Tenne (Tawny)

📋 copy color: '#CB6502'

red 203 ◦ green 101 ◦ blue 2

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

Shades of Tenne (Tawny) #CB6502

Tints of Tenne (Tawny) #CB6502

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.01%

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

R = 66.34%
G = 33.01%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#CB6502 (or 0xCB6502) is known color: Tenne (Tawny). HEX triplet: CB, 65 and 02. RGB value is (203,101,2). Sum of RGB (Red+Green+Blue) = 203+101+2=306 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.34% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 2 (1.17% from 255 or 0.65% from 306); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6502 is #349AFD. Grayscale: #787878. Windows color (decimal): -3447550 or 157131. OLE color: 157131.

HSL color Cylindrical-coordinate representation of color #CB6502: hue angle of 29.55º 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 #CB6502 is Cyan = 0, Magento = 0.50, Yellow = 0.99 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 101 2 -
CMYK 0 0.50 0.99 0.20
HSL 29.55º 0.98% 0.4% -
HSV(B) 29.55º 0.99% 0.8% -
XYZ 29.29 22.01 2.76 -
YUV 120.21 61.29 187.05 -
System Red Green Blue C M Y K H S L
Decimal 203 101 2 0 0.50 0.99 0.20 29.55 0.98 0.4
Hex CB 65 2 0 32 63 14 1E 62 28
Octal 313 145 2 0 62 143 24 36 142 50
Binary 11001011 1100101 10 0 110010 1100011 10100 11110 1100010 101000

Color Harmonies of #CB6502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6502

Black with #CB6502

Text Example


Text Example

White with #CB6502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6502; }

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

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

background-color css

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

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

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

border-color css

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

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

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