#CA685C

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

Shades of Sunglo #CA685C

Tints of Sunglo #CA685C

Color information

#CA685C (or 0xCA685C) is unknown color: approx Sunglo. HEX triplet: CA, 68 and 5C. RGB value is (202,104,92). Sum of RGB (Red+Green+Blue) = 202+104+92=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 104 (41.02% from 255 or 26.13% from 398); Blue value is 92 (36.33% from 255 or 23.12% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CA685C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA685C is #3597A3. Grayscale: #848484. Windows color (decimal): -3512228 or 6056138. OLE color: 6056138.

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

Color convert

RGB20210492-
CMYK00.490.540.21
HSL6.55º50.93%57.65%-
HSV(B)6.55º54.46%79.22%-
XYZ31.2423.2312.96-
YUV131.93105.47177.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.75%
GREEN value IS 104 (41.02% from 255) = 26.13%
BLUE value IS 92 (36.33% from 255) = 23.12%
R=50.75%
G=26.13%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021049200.490.540.216.5550.9357.65
HexCA685C03136157333a
Octal312150134061662576372
Binary1100101011010001011100011000111011010101111110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA685C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA685C; }

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

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

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

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

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

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

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

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