Html Css Color HEX #CA580C Tenne (Tawny)

📋 copy color: '#CA580C'

red 202 ◦ green 88 ◦ blue 12

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

Shades of Tenne (Tawny) #CA580C

Tints of Tenne (Tawny) #CA580C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.14%

 BLUE value IS 12 (5.08% from 255) = 3.97%

R = 66.89%
G = 29.14%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#CA580C (or 0xCA580C) is known color: Tenne (Tawny). HEX triplet: CA, 58 and 0C. RGB value is (202,88,12). Sum of RGB (Red+Green+Blue) = 202+88+12=302 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.89% from 302); Green value is 88 (34.77% from 255 or 29.14% from 302); Blue value is 12 (5.08% from 255 or 3.97% from 302); Max value from RGB is 202 - color contains mainly: red. Hex color #CA580C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA580C is #35A7F3. Grayscale: #717171. Windows color (decimal): -3516404 or 809162. OLE color: 809162.

HSL color Cylindrical-coordinate representation of color #CA580C: hue angle of 24º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA580C is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 88 12 -
CMYK 0 0.56 0.94 0.21
HSL 24º 0.89% 0.42% -
HSV(B) 24º 0.94% 0.79% -
XYZ 27.91 19.56 2.65 -
YUV 113.42 70.77 191.18 -
System Red Green Blue C M Y K H S L
Decimal 202 88 12 0 0.56 0.94 0.21 24 0.89 0.42
Hex CA 58 C 0 38 5E 15 18 59 2A
Octal 312 130 14 0 70 136 25 30 131 52
Binary 11001010 1011000 1100 0 111000 1011110 10101 11000 1011001 101010

Color Harmonies of #CA580C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA580C

Black with #CA580C

Text Example


Text Example

White with #CA580C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA580C; }

 p { color: rgb(202,88,12); }

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

background-color css

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

 a { background-color: rgb(202,88,12); }

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

border-color css

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

 span { border-color: rgb(202,88,12); }

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