Html Css Color HEX #CA4302 Tenne (Tawny)

📋 copy color: '#CA4302'

red 202 ◦ green 67 ◦ blue 2

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

Shades of Tenne (Tawny) #CA4302

Tints of Tenne (Tawny) #CA4302

RGB

 RED value IS 202 (79.3% from 255) = 74.54%

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

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

R = 74.54%
G = 24.72%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#CA4302 (or 0xCA4302) is known color: Tenne (Tawny). HEX triplet: CA, 43 and 02. RGB value is (202,67,2). Sum of RGB (Red+Green+Blue) = 202+67+2=271 (35% of max value = 765). Red value is 202 (79.30% from 255 or 74.54% from 271); Green value is 67 (26.56% from 255 or 24.72% from 271); Blue value is 2 (1.17% from 255 or 0.74% from 271); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4302 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4302 is #35BCFD. Grayscale: #646464. Windows color (decimal): -3521790 or 148426. OLE color: 148426.

HSL color Cylindrical-coordinate representation of color #CA4302: hue angle of 19.5º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA4302 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 67 2 -
CMYK 0 0.67 0.99 0.21
HSL 19.5º 0.98% 0.4% -
HSV(B) 19.5º 0.99% 0.79% -
XYZ 26.38 16.58 1.87 -
YUV 99.96 72.73 200.79 -
System Red Green Blue C M Y K H S L
Decimal 202 67 2 0 0.67 0.99 0.21 19.5 0.98 0.4
Hex CA 43 2 0 43 63 15 14 62 28
Octal 312 103 2 0 103 143 25 24 142 50
Binary 11001010 1000011 10 0 1000011 1100011 10101 10100 1100010 101000

Color Harmonies of #CA4302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4302

Black with #CA4302

Text Example


Text Example

White with #CA4302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4302; }

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

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

background-color css

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

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

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

border-color css

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

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

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