Html Css Color HEX #CA5E25 Christine

📋 copy color: '#CA5E25'

red 202 ◦ green 94 ◦ blue 37

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

Shades of Christine #CA5E25

Tints of Christine #CA5E25

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.23%

 BLUE value IS 37 (14.84% from 255) = 11.11%

R = 60.66%
G = 28.23%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#CA5E25 (or 0xCA5E25) is known color: Christine. HEX triplet: CA, 5E and 25. RGB value is (202,94,37). Sum of RGB (Red+Green+Blue) = 202+94+37=333 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.66% from 333); Green value is 94 (37.11% from 255 or 28.23% from 333); Blue value is 37 (14.84% from 255 or 11.11% from 333); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5E25 is #35A1DA. Grayscale: #787878. Windows color (decimal): -3514843 or 2449098. OLE color: 2449098.

HSL color Cylindrical-coordinate representation of color #CA5E25: hue angle of 20.73º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA5E25 is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 94 37 -
CMYK 0 0.53 0.82 0.21
HSL 20.73º 0.69% 0.47% -
HSV(B) 20.73º 0.82% 0.79% -
XYZ 28.69 20.7 4.23 -
YUV 119.79 81.28 186.63 -
System Red Green Blue C M Y K H S L
Decimal 202 94 37 0 0.53 0.82 0.21 20.73 0.69 0.47
Hex CA 5E 25 0 35 52 15 15 45 2F
Octal 312 136 45 0 65 122 25 25 105 57
Binary 11001010 1011110 100101 0 110101 1010010 10101 10101 1000101 101111

Color Harmonies of #CA5E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5E25

Black with #CA5E25

Text Example


Text Example

White with #CA5E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5E25; }

 p { color: rgb(202,94,37); }

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

background-color css

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

 a { background-color: rgb(202,94,37); }

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

border-color css

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

 span { border-color: rgb(202,94,37); }

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