Html Css Color HEX #CA7885 Charm

📋 copy color: '#CA7885'

red 202 ◦ green 120 ◦ blue 133

#CA7885
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Charm #CA7885

Tints of Charm #CA7885

RGB

 RED value IS 202 (79.3% from 255) = 44.4%

 GREEN value IS 120 (47.27% from 255) = 26.37%

 BLUE value IS 133 (52.34% from 255) = 29.23%

R = 44.4%
G = 26.37%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#CA7885 (or 0xCA7885) is known color: Charm. HEX triplet: CA, 78 and 85. RGB value is (202,120,133). Sum of RGB (Red+Green+Blue) = 202+120+133=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 120 (47.27% from 255 or 26.37% from 455); Blue value is 133 (52.34% from 255 or 29.23% from 455); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7885 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7885 is #35877A. Grayscale: #929292. Windows color (decimal): -3508091 or 8747210. OLE color: 8747210.

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

Color convert

RGB 202 120 133 -
CMYK 0 0.41 0.34 0.21
HSL 350.49º 0.44% 0.63% -
HSV(B) 350.49º 0.41% 0.79% -
XYZ 35.31 27.68 25.67 -
YUV 146 120.67 167.94 -
System Red Green Blue C M Y K H S L
Decimal 202 120 133 0 0.41 0.34 0.21 350.49 0.44 0.63
Hex CA 78 85 0 29 22 15 15E 2C 3F
Octal 312 170 205 0 51 42 25 536 54 77
Binary 11001010 1111000 10000101 0 101001 100010 10101 101011110 101100 111111

Color Harmonies of #CA7885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7885

Black with #CA7885

Text Example


Text Example

White with #CA7885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7885; }

 p { color: rgb(202,120,133); }

 H1.HeaderClassName
 {
   color: #CA7885;
 }
 .AnyTagClassName
 {
   color: #CA7885;
 }
</style>

background-color css

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

 a { background-color: rgb(202,120,133); }

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

border-color css

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

 span { border-color: rgb(202,120,133); }

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