Html Css Color HEX #CA6B87 Charm

📋 copy color: '#CA6B87'

red 202 ◦ green 107 ◦ blue 135

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

Shades of Charm #CA6B87

Tints of Charm #CA6B87

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.1%

 BLUE value IS 135 (53.13% from 255) = 30.41%

R = 45.5%
G = 24.1%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#CA6B87 (or 0xCA6B87) is known color: Charm. HEX triplet: CA, 6B and 87. RGB value is (202,107,135). Sum of RGB (Red+Green+Blue) = 202+107+135=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 107 (42.19% from 255 or 24.10% from 444); Blue value is 135 (53.12% from 255 or 30.41% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6B87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6B87 is #359478. Grayscale: #8A8A8A. Windows color (decimal): -3511417 or 8874954. OLE color: 8874954.

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

Color convert

RGB 202 107 135 -
CMYK 0 0.47 0.33 0.21
HSL 342.32º 0.47% 0.61% -
HSV(B) 342.32º 0.47% 0.79% -
XYZ 33.99 24.82 25.92 -
YUV 138.6 125.97 173.22 -
System Red Green Blue C M Y K H S L
Decimal 202 107 135 0 0.47 0.33 0.21 342.32 0.47 0.61
Hex CA 6B 87 0 2F 21 15 156 2F 3D
Octal 312 153 207 0 57 41 25 526 57 75
Binary 11001010 1101011 10000111 0 101111 100001 10101 101010110 101111 111101

Color Harmonies of #CA6B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6B87

Black with #CA6B87

Text Example


Text Example

White with #CA6B87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6B87; }

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

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

background-color css

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

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

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

border-color css

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

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

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