#CA695A

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

Shades of Sunglo #CA695A

Tints of Sunglo #CA695A

Color information

#CA695A (or 0xCA695A) is unknown color: approx Sunglo. HEX triplet: CA, 69 and 5A. RGB value is (202,105,90). Sum of RGB (Red+Green+Blue) = 202+105+90=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 90 (35.55% from 255 or 22.67% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CA695A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA695A is #3596A5. Grayscale: #848484. Windows color (decimal): -3511974 or 5925322. OLE color: 5925322.

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

Color convert

RGB20210590-
CMYK00.480.550.21
HSL8.04º51.38%57.25%-
HSV(B)8.04º55.45%79.22%-
XYZ31.2523.412.54-
YUV132.29104.14177.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.88%
GREEN value IS 105 (41.41% from 255) = 26.45%
BLUE value IS 90 (35.55% from 255) = 22.67%
R=50.88%
G=26.45%
B=22.67%

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
Decimal2021059000.480.550.218.0451.3857.25
HexCA695A030371583339
Octal3121511320606725106371
Binary11001010110100110110100110000110111101011000110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA695A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA695A; }

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

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

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

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

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

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

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

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