Html Css Color HEX #CB6202 Tenne (Tawny)

📋 copy color: '#CB6202'

red 203 ◦ green 98 ◦ blue 2

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

Shades of Tenne (Tawny) #CB6202

Tints of Tenne (Tawny) #CB6202

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.34%

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

R = 67%
G = 32.34%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#CB6202 (or 0xCB6202) is known color: Tenne (Tawny). HEX triplet: CB, 62 and 02. RGB value is (203,98,2). Sum of RGB (Red+Green+Blue) = 203+98+2=303 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.00% from 303); Green value is 98 (38.67% from 255 or 32.34% from 303); Blue value is 2 (1.17% from 255 or 0.66% from 303); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6202 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6202 is #349DFD. Grayscale: #767676. Windows color (decimal): -3448318 or 156363. OLE color: 156363.

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

Color convert

RGB 203 98 2 -
CMYK 0 0.52 0.99 0.20
HSL 28.66º 0.98% 0.4% -
HSV(B) 28.66º 0.99% 0.8% -
XYZ 29.01 21.44 2.67 -
YUV 118.45 62.29 188.31 -
System Red Green Blue C M Y K H S L
Decimal 203 98 2 0 0.52 0.99 0.20 28.66 0.98 0.4
Hex CB 62 2 0 34 63 14 1D 62 28
Octal 313 142 2 0 64 143 24 35 142 50
Binary 11001011 1100010 10 0 110100 1100011 10100 11101 1100010 101000

Color Harmonies of #CB6202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6202

Black with #CB6202

Text Example


Text Example

White with #CB6202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6202; }

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

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

background-color css

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

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

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

border-color css

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

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

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