#CA695D

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

Shades of Sunglo #CA695D

Tints of Sunglo #CA695D

Color information

#CA695D (or 0xCA695D) is unknown color: approx Sunglo. HEX triplet: CA, 69 and 5D. RGB value is (202,105,93). Sum of RGB (Red+Green+Blue) = 202+105+93=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 93 (36.72% from 255 or 23.25% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CA695D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA695D is #3596A2. Grayscale: #848484. Windows color (decimal): -3511971 or 6121930. OLE color: 6121930.

HSL color Cylindrical-coordinate representation of color #CA695D: hue angle of 6.61º 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 #CA695D is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB20210593-
CMYK00.480.540.21
HSL6.61º50.7%57.84%-
HSV(B)6.61º53.96%79.22%-
XYZ31.3823.4513.23-
YUV132.64105.64177.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.5%
GREEN value IS 105 (41.41% from 255) = 26.25%
BLUE value IS 93 (36.72% from 255) = 23.25%
R=50.5%
G=26.25%
B=23.25%

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
Decimal2021059300.480.540.216.6150.757.84
HexCA695D03036157333a
Octal312151135060662576372
Binary1100101011010011011101011000011011010101111110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA695D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA695D; }

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

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

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

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

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

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

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

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