#CA6953

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

Shades of Sunglo #CA6953

Tints of Sunglo #CA6953

Color information

#CA6953 (or 0xCA6953) is unknown color: approx Sunglo. HEX triplet: CA, 69 and 53. RGB value is (202,105,83). Sum of RGB (Red+Green+Blue) = 202+105+83=390 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.79% from 390); Green value is 105 (41.41% from 255 or 26.92% from 390); Blue value is 83 (32.81% from 255 or 21.28% from 390); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6953 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6953 is #3596AC. Grayscale: #838383. Windows color (decimal): -3511981 or 5466570. OLE color: 5466570.

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

Color convert

RGB20210583-
CMYK00.480.590.21
HSL11.09º52.89%55.88%-
HSV(B)11.09º58.91%79.22%-
XYZ30.9723.2811.05-
YUV131.49100.64178.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.79%
GREEN value IS 105 (41.41% from 255) = 26.92%
BLUE value IS 83 (32.81% from 255) = 21.28%
R=51.79%
G=26.92%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021058300.480.590.2111.0952.8955.88
HexCA69530303B15b3538
Octal3121511230607325136570
Binary11001010110100110100110110000111011101011011110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6953; }

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

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

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

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

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

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

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

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