Html Css Color HEX #CA6227 Christine

📋 copy color: '#CA6227'

red 202 ◦ green 98 ◦ blue 39

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

Shades of Christine #CA6227

Tints of Christine #CA6227

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.91%

 BLUE value IS 39 (15.63% from 255) = 11.5%

R = 59.59%
G = 28.91%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#CA6227 (or 0xCA6227) is known color: Christine. HEX triplet: CA, 62 and 27. RGB value is (202,98,39). Sum of RGB (Red+Green+Blue) = 202+98+39=339 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.59% from 339); Green value is 98 (38.67% from 255 or 28.91% from 339); Blue value is 39 (15.62% from 255 or 11.50% from 339); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6227 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6227 is #359DD8. Grayscale: #7A7A7A. Windows color (decimal): -3513817 or 2581194. OLE color: 2581194.

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

Color convert

RGB 202 98 39 -
CMYK 0 0.51 0.81 0.21
HSL 21.72º 0.68% 0.47% -
HSV(B) 21.72º 0.81% 0.79% -
XYZ 29.09 21.44 4.52 -
YUV 122.37 80.96 184.8 -
System Red Green Blue C M Y K H S L
Decimal 202 98 39 0 0.51 0.81 0.21 21.72 0.68 0.47
Hex CA 62 27 0 33 51 15 16 44 2F
Octal 312 142 47 0 63 121 25 26 104 57
Binary 11001010 1100010 100111 0 110011 1010001 10101 10110 1000100 101111

Color Harmonies of #CA6227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6227

Black with #CA6227

Text Example


Text Example

White with #CA6227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6227; }

 p { color: rgb(202,98,39); }

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

background-color css

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

 a { background-color: rgb(202,98,39); }

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

border-color css

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

 span { border-color: rgb(202,98,39); }

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