Html Css Color HEX #CB4602 Tenne (Tawny)

📋 copy color: '#CB4602'

red 203 ◦ green 70 ◦ blue 2

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

Shades of Tenne (Tawny) #CB4602

Tints of Tenne (Tawny) #CB4602

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.45%

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

R = 73.82%
G = 25.45%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#CB4602 (or 0xCB4602) is known color: Tenne (Tawny). HEX triplet: CB, 46 and 02. RGB value is (203,70,2). Sum of RGB (Red+Green+Blue) = 203+70+2=275 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.82% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 2 (1.17% from 255 or 0.73% from 275); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4602 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4602 is #34B9FD. Grayscale: #666666. Windows color (decimal): -3455486 or 149195. OLE color: 149195.

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

Color convert

RGB 203 70 2 -
CMYK 0 0.66 0.99 0.20
HSL 20.3º 0.98% 0.4% -
HSV(B) 20.3º 0.99% 0.8% -
XYZ 26.83 17.08 1.94 -
YUV 102.02 71.56 200.03 -
System Red Green Blue C M Y K H S L
Decimal 203 70 2 0 0.66 0.99 0.20 20.3 0.98 0.4
Hex CB 46 2 0 42 63 14 14 62 28
Octal 313 106 2 0 102 143 24 24 142 50
Binary 11001011 1000110 10 0 1000010 1100011 10100 10100 1100010 101000

Color Harmonies of #CB4602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4602

Black with #CB4602

Text Example


Text Example

White with #CB4602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4602; }

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

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

background-color css

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

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

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

border-color css

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

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

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