#CA695E

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

Shades of Sunglo #CA695E

Tints of Sunglo #CA695E

Color information

#CA695E (or 0xCA695E) is unknown color: approx Sunglo. HEX triplet: CA, 69 and 5E. RGB value is (202,105,94). Sum of RGB (Red+Green+Blue) = 202+105+94=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 105 (41.41% from 255 or 26.18% from 401); Blue value is 94 (37.11% from 255 or 23.44% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CA695E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA695E is #3596A1. Grayscale: #848484. Windows color (decimal): -3511970 or 6187466. OLE color: 6187466.

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

Color convert

RGB20210594-
CMYK00.480.530.21
HSL6.11º50.47%58.04%-
HSV(B)6.11º53.47%79.22%-
XYZ31.4323.4713.46-
YUV132.75106.14177.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.37%
GREEN value IS 105 (41.41% from 255) = 26.18%
BLUE value IS 94 (37.11% from 255) = 23.44%
R=50.37%
G=26.18%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021059400.480.530.216.1150.4758.04
HexCA695E03035156323a
Octal312151136060652566272
Binary1100101011010011011110011000011010110101110110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA695E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA695E; }

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

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

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

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

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

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

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

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