Html Css Color HEX #CA7F8A Charm

📋 copy color: '#CA7F8A'

red 202 ◦ green 127 ◦ blue 138

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

Shades of Charm #CA7F8A

Tints of Charm #CA7F8A

RGB

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

 GREEN value IS 127 (50% from 255) = 27.19%

 BLUE value IS 138 (54.3% from 255) = 29.55%

R = 43.25%
G = 27.19%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#CA7F8A (or 0xCA7F8A) is known color: Charm. HEX triplet: CA, 7F and 8A. RGB value is (202,127,138). Sum of RGB (Red+Green+Blue) = 202+127+138=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 138 (54.30% from 255 or 29.55% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7F8A is #358075. Grayscale: #969696. Windows color (decimal): -3506294 or 9076682. OLE color: 9076682.

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

Color convert

RGB 202 127 138 -
CMYK 0 0.37 0.32 0.21
HSL 351.2º 0.41% 0.65% -
HSV(B) 351.2º 0.37% 0.79% -
XYZ 36.53 29.57 27.83 -
YUV 150.68 120.85 164.61 -
System Red Green Blue C M Y K H S L
Decimal 202 127 138 0 0.37 0.32 0.21 351.2 0.41 0.65
Hex CA 7F 8A 0 25 20 15 15F 29 41
Octal 312 177 212 0 45 40 25 537 51 101
Binary 11001010 1111111 10001010 0 100101 100000 10101 101011111 101001 1000001

Color Harmonies of #CA7F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7F8A

Black with #CA7F8A

Text Example


Text Example

White with #CA7F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7F8A; }

 p { color: rgb(202,127,138); }

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

background-color css

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

 a { background-color: rgb(202,127,138); }

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

border-color css

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

 span { border-color: rgb(202,127,138); }

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