#CA685F

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

Shades of Sunglo #CA685F

Tints of Sunglo #CA685F

Color information

#CA685F (or 0xCA685F) is unknown color: approx Sunglo. HEX triplet: CA, 68 and 5F. RGB value is (202,104,95). Sum of RGB (Red+Green+Blue) = 202+104+95=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 104 (41.02% from 255 or 25.94% from 401); Blue value is 95 (37.5% from 255 or 23.69% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CA685F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA685F is #3597A0. Grayscale: #848484. Windows color (decimal): -3512225 or 6252746. OLE color: 6252746.

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

Color convert

RGB20210495-
CMYK00.490.530.21
HSL5.05º50.23%58.24%-
HSV(B)5.05º52.97%79.22%-
XYZ31.3723.2813.67-
YUV132.28106.97177.73-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.37%
GREEN value IS 104 (41.02% from 255) = 25.94%
BLUE value IS 95 (37.5% from 255) = 23.69%
R=50.37%
G=25.94%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021049500.490.530.215.0550.2358.24
HexCA685F03135155323a
Octal312150137061652556272
Binary1100101011010001011111011000111010110101101110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA685F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA685F; }

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

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

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

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

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

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

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

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