#CA695F

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

Shades of Sunglo #CA695F

Tints of Sunglo #CA695F

Color information

#CA695F (or 0xCA695F) is unknown color: approx Sunglo. HEX triplet: CA, 69 and 5F. RGB value is (202,105,95). Sum of RGB (Red+Green+Blue) = 202+105+95=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 105 (41.41% from 255 or 26.12% from 402); Blue value is 95 (37.5% from 255 or 23.63% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CA695F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA695F is #3596A0. Grayscale: #848484. Windows color (decimal): -3511969 or 6253002. OLE color: 6253002.

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

Color convert

RGB20210595-
CMYK00.480.530.21
HSL5.61º50.23%58.24%-
HSV(B)5.61º52.97%79.22%-
XYZ31.4723.4913.7-
YUV132.86106.64177.31-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.25%
GREEN value IS 105 (41.41% from 255) = 26.12%
BLUE value IS 95 (37.5% from 255) = 23.63%
R=50.25%
G=26.12%
B=23.63%

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
Decimal2021059500.480.530.215.6150.2358.24
HexCA695F03035156323a
Octal312151137060652566272
Binary1100101011010011011111011000011010110101110110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA695F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA695F; }

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

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

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

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

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

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

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

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