Html Css Color HEX #CA4300 Tenne (Tawny)

📋 copy color: '#CA4300'

red 202 ◦ green 67 ◦ blue 0

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

Shades of Tenne (Tawny) #CA4300

Tints of Tenne (Tawny) #CA4300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 75.09%
G = 24.91%
B = 0%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#CA4300 (or 0xCA4300) is known color: Tenne (Tawny). HEX triplet: CA, 43 and 00. RGB value is (202,67,0). Sum of RGB (Red+Green+Blue) = 202+67+0=269 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.09% from 269); Green value is 67 (26.56% from 255 or 24.91% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4300 is #35BCFF. Grayscale: #646464. Windows color (decimal): -3521792 or 17354. OLE color: 17354.

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

Color convert

RGB 202 67 0 -
CMYK 0 0.67 1 0.21
HSL 19.9º 1% 0.4% -
HSV(B) 19.9º 1% 0.79% -
XYZ 26.36 16.57 1.81 -
YUV 99.73 71.73 200.95 -
System Red Green Blue C M Y K H S L
Decimal 202 67 0 0 0.67 1 0.21 19.9 1 0.4
Hex CA 43 0 0 43 64 15 14 64 28
Octal 312 103 0 0 103 144 25 24 144 50
Binary 11001010 1000011 0 0 1000011 1100100 10101 10100 1100100 101000

Color Harmonies of #CA4300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4300

Black with #CA4300

Text Example


Text Example

White with #CA4300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4300; }

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

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

background-color css

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

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

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

border-color css

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

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

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