Html Css Color HEX #CA580F Tenne (Tawny)

📋 copy color: '#CA580F'

red 202 ◦ green 88 ◦ blue 15

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

Shades of Tenne (Tawny) #CA580F

Tints of Tenne (Tawny) #CA580F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.92%

R = 66.23%
G = 28.85%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#CA580F (or 0xCA580F) is known color: Tenne (Tawny). HEX triplet: CA, 58 and 0F. RGB value is (202,88,15). Sum of RGB (Red+Green+Blue) = 202+88+15=305 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.23% from 305); Green value is 88 (34.77% from 255 or 28.85% from 305); Blue value is 15 (6.25% from 255 or 4.92% from 305); Max value from RGB is 202 - color contains mainly: red. Hex color #CA580F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA580F is #35A7F0. Grayscale: #727272. Windows color (decimal): -3516401 or 1005770. OLE color: 1005770.

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

Color convert

RGB 202 88 15 -
CMYK 0 0.56 0.93 0.21
HSL 23.42º 0.86% 0.43% -
HSV(B) 23.42º 0.93% 0.79% -
XYZ 27.93 19.57 2.76 -
YUV 113.76 72.27 190.94 -
System Red Green Blue C M Y K H S L
Decimal 202 88 15 0 0.56 0.93 0.21 23.42 0.86 0.43
Hex CA 58 F 0 38 5D 15 17 56 2B
Octal 312 130 17 0 70 135 25 27 126 53
Binary 11001010 1011000 1111 0 111000 1011101 10101 10111 1010110 101011

Color Harmonies of #CA580F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA580F

Black with #CA580F

Text Example


Text Example

White with #CA580F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA580F; }

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

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

background-color css

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

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

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

border-color css

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

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

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