Html Css Color HEX #CA7188 Charm

📋 copy color: '#CA7188'

red 202 ◦ green 113 ◦ blue 136

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

Shades of Charm #CA7188

Tints of Charm #CA7188

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.06%

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

R = 44.79%
G = 25.06%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#CA7188 (or 0xCA7188) is known color: Charm. HEX triplet: CA, 71 and 88. RGB value is (202,113,136). Sum of RGB (Red+Green+Blue) = 202+113+136=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 113 (44.53% from 255 or 25.06% from 451); Blue value is 136 (53.52% from 255 or 30.16% from 451); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7188 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7188 is #358E77. Grayscale: #8E8E8E. Windows color (decimal): -3509880 or 8942026. OLE color: 8942026.

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

Color convert

RGB 202 113 136 -
CMYK 0 0.44 0.33 0.21
HSL 344.49º 0.46% 0.62% -
HSV(B) 344.49º 0.44% 0.79% -
XYZ 34.71 26.14 26.51 -
YUV 142.23 124.49 170.63 -
System Red Green Blue C M Y K H S L
Decimal 202 113 136 0 0.44 0.33 0.21 344.49 0.46 0.62
Hex CA 71 88 0 2C 21 15 158 2E 3E
Octal 312 161 210 0 54 41 25 530 56 76
Binary 11001010 1110001 10001000 0 101100 100001 10101 101011000 101110 111110

Color Harmonies of #CA7188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7188

Black with #CA7188

Text Example


Text Example

White with #CA7188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7188; }

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

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

background-color css

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

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

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

border-color css

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

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

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