Html Css Color HEX #CA7D8B Charm

📋 copy color: '#CA7D8B'

red 202 ◦ green 125 ◦ blue 139

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

Shades of Charm #CA7D8B

Tints of Charm #CA7D8B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.82%

 BLUE value IS 139 (54.69% from 255) = 29.83%

R = 43.35%
G = 26.82%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#CA7D8B (or 0xCA7D8B) is known color: Charm. HEX triplet: CA, 7D and 8B. RGB value is (202,125,139). Sum of RGB (Red+Green+Blue) = 202+125+139=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 125 (49.22% from 255 or 26.82% from 466); Blue value is 139 (54.69% from 255 or 29.83% from 466); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7D8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7D8B is #358274. Grayscale: #959595. Windows color (decimal): -3506805 or 9141706. OLE color: 9141706.

HSL color Cylindrical-coordinate representation of color #CA7D8B: hue angle of 349.09º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CA7D8B is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 125 139 -
CMYK 0 0.38 0.31 0.21
HSL 349.09º 0.42% 0.64% -
HSV(B) 349.09º 0.38% 0.79% -
XYZ 36.35 29.09 28.12 -
YUV 149.62 122.01 165.36 -
System Red Green Blue C M Y K H S L
Decimal 202 125 139 0 0.38 0.31 0.21 349.09 0.42 0.64
Hex CA 7D 8B 0 26 1F 15 15D 2A 40
Octal 312 175 213 0 46 37 25 535 52 100
Binary 11001010 1111101 10001011 0 100110 11111 10101 101011101 101010 1000000

Color Harmonies of #CA7D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7D8B

Black with #CA7D8B

Text Example


Text Example

White with #CA7D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7D8B; }

 p { color: rgb(202,125,139); }

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

background-color css

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

 a { background-color: rgb(202,125,139); }

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

border-color css

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

 span { border-color: rgb(202,125,139); }

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