#CA695B

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

Shades of Sunglo #CA695B

Tints of Sunglo #CA695B

Color information

#CA695B (or 0xCA695B) is unknown color: approx Sunglo. HEX triplet: CA, 69 and 5B. RGB value is (202,105,91). Sum of RGB (Red+Green+Blue) = 202+105+91=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 105 (41.41% from 255 or 26.38% from 398); Blue value is 91 (35.94% from 255 or 22.86% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CA695B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA695B is #3596A4. Grayscale: #848484. Windows color (decimal): -3511973 or 5990858. OLE color: 5990858.

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

Color convert

RGB20210591-
CMYK00.480.550.21
HSL7.57º51.15%57.45%-
HSV(B)7.57º54.95%79.22%-
XYZ31.323.4212.77-
YUV132.41104.64177.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.75%
GREEN value IS 105 (41.41% from 255) = 26.38%
BLUE value IS 91 (35.94% from 255) = 22.86%
R=50.75%
G=26.38%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021059100.480.550.217.5751.1557.45
HexCA695B030371583339
Octal3121511330606725106371
Binary11001010110100110110110110000110111101011000110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA695B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA695B; }

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

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

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

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

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

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

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

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