Html Css Color HEX #CB4302 Tenne (Tawny)

📋 copy color: '#CB4302'

red 203 ◦ green 67 ◦ blue 2

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

Shades of Tenne (Tawny) #CB4302

Tints of Tenne (Tawny) #CB4302

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.63%

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

R = 74.63%
G = 24.63%
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

#CB4302 (or 0xCB4302) is known color: Tenne (Tawny). HEX triplet: CB, 43 and 02. RGB value is (203,67,2). Sum of RGB (Red+Green+Blue) = 203+67+2=272 (36% of max value = 765). Red value is 203 (79.69% from 255 or 74.63% from 272); Green value is 67 (26.56% from 255 or 24.63% from 272); Blue value is 2 (1.17% from 255 or 0.74% from 272); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4302 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4302 is #34BCFD. Grayscale: #646464. Windows color (decimal): -3456254 or 148427. OLE color: 148427.

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

Color convert

RGB 203 67 2 -
CMYK 0 0.67 0.99 0.20
HSL 19.4º 0.98% 0.4% -
HSV(B) 19.4º 0.99% 0.8% -
XYZ 26.65 16.72 1.88 -
YUV 100.25 72.56 201.29 -
System Red Green Blue C M Y K H S L
Decimal 203 67 2 0 0.67 0.99 0.20 19.4 0.98 0.4
Hex CB 43 2 0 43 63 14 13 62 28
Octal 313 103 2 0 103 143 24 23 142 50
Binary 11001011 1000011 10 0 1000011 1100011 10100 10011 1100010 101000

Color Harmonies of #CB4302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4302

Black with #CB4302

Text Example


Text Example

White with #CB4302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4302; }

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

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

background-color css

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

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

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

border-color css

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

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

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