#CA6B77

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

Shades of Charm #CA6B77

Tints of Charm #CA6B77

Color information

#CA6B77 (or 0xCA6B77) is unknown color: approx Charm. HEX triplet: CA, 6B and 77. RGB value is (202,107,119). Sum of RGB (Red+Green+Blue) = 202+107+119=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 107 (42.19% from 255 or 25% from 428); Blue value is 119 (46.88% from 255 or 27.80% from 428); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6B77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6B77 is #359488. Grayscale: #888888. Windows color (decimal): -3511433 or 7826378. OLE color: 7826378.

HSL color Cylindrical-coordinate representation of color #CA6B77: hue angle of 352.42º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA6B77 is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB202107119-
CMYK00.470.410.21
HSL352.42º47.26%60.59%-
HSV(B)352.42º47.03%79.22%-
XYZ32.9424.420.43-
YUV136.77117.97174.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.20%
GREEN value IS 107 (42.19% from 255) = 25%
BLUE value IS 119 (46.88% from 255) = 27.80%
R=47.20%
G=25%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210711900.470.410.21352.4247.2660.59
HexCA6B7702F29151602f3d
Octal31215316705751255405775
Binary1100101011010111110111010111110100110101101100000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6B77; }

 p { color: rgb(202,107,119); }

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

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

 a { background-color: rgb(202,107,119); }

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

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

 span { border-color: rgb(202,107,119); }

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