Html Css Color HEX #CC6B7D Charm

📋 copy color: '#CC6B7D'

red 204 ◦ green 107 ◦ blue 125

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

Shades of Charm #CC6B7D

Tints of Charm #CC6B7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.67%

R = 46.79%
G = 24.54%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#CC6B7D (or 0xCC6B7D) is known color: Charm. HEX triplet: CC, 6B and 7D. RGB value is (204,107,125). Sum of RGB (Red+Green+Blue) = 204+107+125=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 107 (42.19% from 255 or 24.54% from 436); Blue value is 125 (49.22% from 255 or 28.67% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6B7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6B7D is #339482. Grayscale: #8A8A8A. Windows color (decimal): -3380355 or 8219596. OLE color: 8219596.

HSL color Cylindrical-coordinate representation of color #CC6B7D: hue angle of 348.87º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC6B7D is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 107 125 -
CMYK 0 0.48 0.39 0.2
HSL 348.87º 0.49% 0.61% -
HSV(B) 348.87º 0.48% 0.8% -
XYZ 33.86 24.83 22.41 -
YUV 138.06 120.64 175.04 -
System Red Green Blue C M Y K H S L
Decimal 204 107 125 0 0.48 0.39 0.2 348.87 0.49 0.61
Hex CC 6B 7D 0 30 27 14 15D 31 3D
Octal 314 153 175 0 60 47 24 535 61 75
Binary 11001100 1101011 1111101 0 110000 100111 10100 101011101 110001 111101

Color Harmonies of #CC6B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6B7D

Black with #CC6B7D

Text Example


Text Example

White with #CC6B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6B7D; }

 p { color: rgb(204,107,125); }

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

background-color css

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

 a { background-color: rgb(204,107,125); }

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

border-color css

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

 span { border-color: rgb(204,107,125); }

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