Html Css Color HEX #CA550F Tenne (Tawny)

📋 copy color: '#CA550F'

red 202 ◦ green 85 ◦ blue 15

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

Shades of Tenne (Tawny) #CA550F

Tints of Tenne (Tawny) #CA550F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.15%

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

R = 66.89%
G = 28.15%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#CA550F (or 0xCA550F) is known color: Tenne (Tawny). HEX triplet: CA, 55 and 0F. RGB value is (202,85,15). Sum of RGB (Red+Green+Blue) = 202+85+15=302 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.89% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 15 (6.25% from 255 or 4.97% from 302); Max value from RGB is 202 - color contains mainly: red. Hex color #CA550F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA550F is #35AAF0. Grayscale: #707070. Windows color (decimal): -3517169 or 1005002. OLE color: 1005002.

HSL color Cylindrical-coordinate representation of color #CA550F: hue angle of 22.46º 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 #CA550F is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 85 15 -
CMYK 0 0.58 0.93 0.21
HSL 22.46º 0.86% 0.43% -
HSV(B) 22.46º 0.93% 0.79% -
XYZ 27.69 19.09 2.68 -
YUV 112 73.26 192.19 -
System Red Green Blue C M Y K H S L
Decimal 202 85 15 0 0.58 0.93 0.21 22.46 0.86 0.43
Hex CA 55 F 0 3A 5D 15 16 56 2B
Octal 312 125 17 0 72 135 25 26 126 53
Binary 11001010 1010101 1111 0 111010 1011101 10101 10110 1010110 101011

Color Harmonies of #CA550F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA550F

Black with #CA550F

Text Example


Text Example

White with #CA550F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA550F; }

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

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

background-color css

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

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

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

border-color css

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

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

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