Html Css Color HEX #CB5A02 Tenne (Tawny)

📋 copy color: '#CB5A02'

red 203 ◦ green 90 ◦ blue 2

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

Shades of Tenne (Tawny) #CB5A02

Tints of Tenne (Tawny) #CB5A02

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.51%

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

R = 68.81%
G = 30.51%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#CB5A02 (or 0xCB5A02) is known color: Tenne (Tawny). HEX triplet: CB, 5A and 02. RGB value is (203,90,2). Sum of RGB (Red+Green+Blue) = 203+90+2=295 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.81% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 2 (1.17% from 255 or 0.68% from 295); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5A02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5A02 is #34A5FD. Grayscale: #727272. Windows color (decimal): -3450366 or 154315. OLE color: 154315.

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

Color convert

RGB 203 90 2 -
CMYK 0 0.56 0.99 0.20
HSL 26.27º 0.98% 0.4% -
HSV(B) 26.27º 0.99% 0.8% -
XYZ 28.3 20.01 2.43 -
YUV 113.76 64.94 191.66 -
System Red Green Blue C M Y K H S L
Decimal 203 90 2 0 0.56 0.99 0.20 26.27 0.98 0.4
Hex CB 5A 2 0 38 63 14 1A 62 28
Octal 313 132 2 0 70 143 24 32 142 50
Binary 11001011 1011010 10 0 111000 1100011 10100 11010 1100010 101000

Color Harmonies of #CB5A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5A02

Black with #CB5A02

Text Example


Text Example

White with #CB5A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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