#CA6A5C

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

Shades of Sunglo #CA6A5C

Tints of Sunglo #CA6A5C

Color information

#CA6A5C (or 0xCA6A5C) is unknown color: approx Sunglo. HEX triplet: CA, 6A and 5C. RGB value is (202,106,92). Sum of RGB (Red+Green+Blue) = 202+106+92=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 106 (41.80% from 255 or 26.5% from 400); Blue value is 92 (36.33% from 255 or 23% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6A5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6A5C is #3595A3. Grayscale: #858585. Windows color (decimal): -3511716 or 6056650. OLE color: 6056650.

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

Color convert

RGB20210692-
CMYK00.480.540.21
HSL7.64º50.93%57.65%-
HSV(B)7.64º54.46%79.22%-
XYZ31.4423.6413.03-
YUV133.11104.8177.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.5%
GREEN value IS 106 (41.80% from 255) = 26.5%
BLUE value IS 92 (36.33% from 255) = 23%
R=50.5%
G=26.5%
B=23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021069200.480.540.217.6450.9357.65
HexCA6A5C03036158333a
Octal3121521340606625106372
Binary11001010110101010111000110000110110101011000110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6A5C; }

 p { color: rgb(202,106,92); }

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

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

 a { background-color: rgb(202,106,92); }

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

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

 span { border-color: rgb(202,106,92); }

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