Html Css Color HEX #CB4202 Tenne (Tawny)

📋 copy color: '#CB4202'

red 203 ◦ green 66 ◦ blue 2

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

Shades of Tenne (Tawny) #CB4202

Tints of Tenne (Tawny) #CB4202

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.35%

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

R = 74.91%
G = 24.35%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#CB4202 (or 0xCB4202) is known color: Tenne (Tawny). HEX triplet: CB, 42 and 02. RGB value is (203,66,2). Sum of RGB (Red+Green+Blue) = 203+66+2=271 (35% of max value = 765). Red value is 203 (79.69% from 255 or 74.91% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 2 (1.17% from 255 or 0.74% from 271); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4202 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4202 is #34BDFD. Grayscale: #646464. Windows color (decimal): -3456510 or 148171. OLE color: 148171.

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

Color convert

RGB 203 66 2 -
CMYK 0 0.67 0.99 0.20
HSL 19.1º 0.98% 0.4% -
HSV(B) 19.1º 0.99% 0.8% -
XYZ 26.59 16.6 1.86 -
YUV 99.67 72.89 201.7 -
System Red Green Blue C M Y K H S L
Decimal 203 66 2 0 0.67 0.99 0.20 19.1 0.98 0.4
Hex CB 42 2 0 43 63 14 13 62 28
Octal 313 102 2 0 103 143 24 23 142 50
Binary 11001011 1000010 10 0 1000011 1100011 10100 10011 1100010 101000

Color Harmonies of #CB4202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4202

Black with #CB4202

Text Example


Text Example

White with #CB4202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4202; }

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

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

background-color css

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

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

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

border-color css

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

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

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