Html Css Color HEX #CC7B8F Charm

📋 copy color: '#CC7B8F'

red 204 ◦ green 123 ◦ blue 143

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

Shades of Charm #CC7B8F

Tints of Charm #CC7B8F

RGB

 RED value IS 204 (80.08% from 255) = 43.4%

 GREEN value IS 123 (48.44% from 255) = 26.17%

 BLUE value IS 143 (56.25% from 255) = 30.43%

R = 43.4%
G = 26.17%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CC7B8F (or 0xCC7B8F) is known color: Charm. HEX triplet: CC, 7B and 8F. RGB value is (204,123,143). Sum of RGB (Red+Green+Blue) = 204+123+143=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 123 (48.44% from 255 or 26.17% from 470); Blue value is 143 (56.25% from 255 or 30.43% from 470); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7B8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7B8F is #338470. Grayscale: #959595. Windows color (decimal): -3376241 or 9403340. OLE color: 9403340.

HSL color Cylindrical-coordinate representation of color #CC7B8F: hue angle of 345.19º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC7B8F is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 123 143 -
CMYK 0 0.40 0.30 0.2
HSL 345.19º 0.44% 0.64% -
HSV(B) 345.19º 0.4% 0.8% -
XYZ 36.94 28.99 29.63 -
YUV 149.5 124.34 166.87 -
System Red Green Blue C M Y K H S L
Decimal 204 123 143 0 0.40 0.30 0.2 345.19 0.44 0.64
Hex CC 7B 8F 0 28 1E 14 159 2C 40
Octal 314 173 217 0 50 36 24 531 54 100
Binary 11001100 1111011 10001111 0 101000 11110 10100 101011001 101100 1000000

Color Harmonies of #CC7B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7B8F

Black with #CC7B8F

Text Example


Text Example

White with #CC7B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7B8F; }

 p { color: rgb(204,123,143); }

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

background-color css

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

 a { background-color: rgb(204,123,143); }

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

border-color css

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

 span { border-color: rgb(204,123,143); }

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