Html Css Color HEX #CB4A02 Tenne (Tawny)

📋 copy color: '#CB4A02'

red 203 ◦ green 74 ◦ blue 2

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

Shades of Tenne (Tawny) #CB4A02

Tints of Tenne (Tawny) #CB4A02

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.52%

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

R = 72.76%
G = 26.52%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#CB4A02 (or 0xCB4A02) is known color: Tenne (Tawny). HEX triplet: CB, 4A and 02. RGB value is (203,74,2). Sum of RGB (Red+Green+Blue) = 203+74+2=279 (36% of max value = 765). Red value is 203 (79.69% from 255 or 72.76% from 279); Green value is 74 (29.30% from 255 or 26.52% from 279); Blue value is 2 (1.17% from 255 or 0.72% from 279); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4A02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4A02 is #34B5FD. Grayscale: #686868. Windows color (decimal): -3454462 or 150219. OLE color: 150219.

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

Color convert

RGB 203 74 2 -
CMYK 0 0.64 0.99 0.20
HSL 21.49º 0.98% 0.4% -
HSV(B) 21.49º 0.99% 0.8% -
XYZ 27.09 17.6 2.03 -
YUV 104.36 70.24 198.35 -
System Red Green Blue C M Y K H S L
Decimal 203 74 2 0 0.64 0.99 0.20 21.49 0.98 0.4
Hex CB 4A 2 0 40 63 14 15 62 28
Octal 313 112 2 0 100 143 24 25 142 50
Binary 11001011 1001010 10 0 1000000 1100011 10100 10101 1100010 101000

Color Harmonies of #CB4A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4A02

Black with #CB4A02

Text Example


Text Example

White with #CB4A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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