#CA692C

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

Shades of Christine #CA692C

Tints of Christine #CA692C

Color information

#CA692C (or 0xCA692C) is unknown color: approx Christine. HEX triplet: CA, 69 and 2C. RGB value is (202,105,44). Sum of RGB (Red+Green+Blue) = 202+105+44=351 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.55% from 351); Green value is 105 (41.41% from 255 or 29.91% from 351); Blue value is 44 (17.58% from 255 or 12.54% from 351); Max value from RGB is 202 - color contains mainly: red. Hex color #CA692C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA692C is #3596D3. Grayscale: #7F7F7F. Windows color (decimal): -3512020 or 2910666. OLE color: 2910666.

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

Color convert

RGB20210544-
CMYK00.480.780.21
HSL23.16º64.23%48.24%-
HSV(B)23.16º78.22%79.22%-
XYZ29.8622.845.22-
YUV127.0581.14181.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.55%
GREEN value IS 105 (41.41% from 255) = 29.91%
BLUE value IS 44 (17.58% from 255) = 12.54%
R=57.55%
G=29.91%
B=12.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.78
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021054400.480.780.2123.1664.2348.24
HexCA692C0304E15174030
Octal31215154060116252710060
Binary1100101011010011011000110000100111010101101111000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA692C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA692C; }

 p { color: rgb(202,105,44); }

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

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

 a { background-color: rgb(202,105,44); }

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

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

 span { border-color: rgb(202,105,44); }

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