Html Css Color HEX #CB4C02 Tenne (Tawny)

📋 copy color: '#CB4C02'

red 203 ◦ green 76 ◦ blue 2

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

Shades of Tenne (Tawny) #CB4C02

Tints of Tenne (Tawny) #CB4C02

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.05%

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

R = 72.24%
G = 27.05%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#CB4C02 (or 0xCB4C02) is known color: Tenne (Tawny). HEX triplet: CB, 4C and 02. RGB value is (203,76,2). Sum of RGB (Red+Green+Blue) = 203+76+2=281 (37% of max value = 765). Red value is 203 (79.69% from 255 or 72.24% from 281); Green value is 76 (30.08% from 255 or 27.05% from 281); Blue value is 2 (1.17% from 255 or 0.71% from 281); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4C02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4C02 is #34B3FD. Grayscale: #696969. Windows color (decimal): -3453950 or 150731. OLE color: 150731.

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

Color convert

RGB 203 76 2 -
CMYK 0 0.63 0.99 0.20
HSL 22.09º 0.98% 0.4% -
HSV(B) 22.09º 0.99% 0.8% -
XYZ 27.22 17.87 2.07 -
YUV 105.54 69.58 197.52 -
System Red Green Blue C M Y K H S L
Decimal 203 76 2 0 0.63 0.99 0.20 22.09 0.98 0.4
Hex CB 4C 2 0 3F 63 14 16 62 28
Octal 313 114 2 0 77 143 24 26 142 50
Binary 11001011 1001100 10 0 111111 1100011 10100 10110 1100010 101000

Color Harmonies of #CB4C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4C02

Black with #CB4C02

Text Example


Text Example

White with #CB4C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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