Html Css Color HEX #CA7788 Charm

📋 copy color: '#CA7788'

red 202 ◦ green 119 ◦ blue 136

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

Shades of Charm #CA7788

Tints of Charm #CA7788

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.04%

 BLUE value IS 136 (53.52% from 255) = 29.76%

R = 44.2%
G = 26.04%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#CA7788 (or 0xCA7788) is known color: Charm. HEX triplet: CA, 77 and 88. RGB value is (202,119,136). Sum of RGB (Red+Green+Blue) = 202+119+136=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 119 (46.88% from 255 or 26.04% from 457); Blue value is 136 (53.52% from 255 or 29.76% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7788 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7788 is #358877. Grayscale: #919191. Windows color (decimal): -3508344 or 8943562. OLE color: 8943562.

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

Color convert

RGB 202 119 136 -
CMYK 0 0.41 0.33 0.21
HSL 347.71º 0.44% 0.63% -
HSV(B) 347.71º 0.41% 0.79% -
XYZ 35.4 27.53 26.74 -
YUV 145.76 122.5 168.12 -
System Red Green Blue C M Y K H S L
Decimal 202 119 136 0 0.41 0.33 0.21 347.71 0.44 0.63
Hex CA 77 88 0 29 21 15 15C 2C 3F
Octal 312 167 210 0 51 41 25 534 54 77
Binary 11001010 1110111 10001000 0 101001 100001 10101 101011100 101100 111111

Color Harmonies of #CA7788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7788

Black with #CA7788

Text Example


Text Example

White with #CA7788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7788; }

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

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

background-color css

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

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

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

border-color css

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

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

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