#CA622B

Color #CA622B Christine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christine #CA622B

Tints of Christine #CA622B

Color information

#CA622B (or 0xCA622B) is unknown color: approx Christine. HEX triplet: CA, 62 and 2B. RGB value is (202,98,43). Sum of RGB (Red+Green+Blue) = 202+98+43=343 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.89% from 343); Green value is 98 (38.67% from 255 or 28.57% from 343); Blue value is 43 (17.19% from 255 or 12.54% from 343); Max value from RGB is 202 - color contains mainly: red. Hex color #CA622B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA622B is #359DD4. Grayscale: #7B7B7B. Windows color (decimal): -3513813 or 2843338. OLE color: 2843338.

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

Color convert

RGB2029843-
CMYK00.510.790.21
HSL20.75º64.9%48.04%-
HSV(B)20.75º78.71%79.22%-
XYZ29.1621.474.89-
YUV122.8382.96184.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 58.89%
GREEN value IS 98 (38.67% from 255) = 28.57%
BLUE value IS 43 (17.19% from 255) = 12.54%
R=58.89%
G=28.57%
B=12.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.79
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202984300.510.790.2120.7564.948.04
HexCA622B0334F15154130
Octal31214253063117252510160
Binary1100101011000101010110110011100111110101101011000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA622B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA622B; }

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

 H1.HeaderClassName
 {
   color: #CA622B;
 }
 .AnyTagClassName
 {
   color: #CA622B;
 }
</style>
background-color css

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

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

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

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

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

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