Html Css Color HEX #CC6C7A Charm

📋 copy color: '#CC6C7A'

red 204 ◦ green 108 ◦ blue 122

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

Shades of Charm #CC6C7A

Tints of Charm #CC6C7A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.88%

 BLUE value IS 122 (48.05% from 255) = 28.11%

R = 47%
G = 24.88%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#CC6C7A (or 0xCC6C7A) is known color: Charm. HEX triplet: CC, 6C and 7A. RGB value is (204,108,122). Sum of RGB (Red+Green+Blue) = 204+108+122=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 108 (42.58% from 255 or 24.88% from 434); Blue value is 122 (48.05% from 255 or 28.11% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6C7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6C7A is #339385. Grayscale: #8A8A8A. Windows color (decimal): -3380102 or 8023244. OLE color: 8023244.

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

Color convert

RGB 204 108 122 -
CMYK 0 0.47 0.40 0.2
HSL 351.25º 0.48% 0.61% -
HSV(B) 351.25º 0.47% 0.8% -
XYZ 33.78 24.97 21.45 -
YUV 138.3 118.8 174.86 -
System Red Green Blue C M Y K H S L
Decimal 204 108 122 0 0.47 0.40 0.2 351.25 0.48 0.61
Hex CC 6C 7A 0 2F 28 14 15F 30 3D
Octal 314 154 172 0 57 50 24 537 60 75
Binary 11001100 1101100 1111010 0 101111 101000 10100 101011111 110000 111101

Color Harmonies of #CC6C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6C7A

Black with #CC6C7A

Text Example


Text Example

White with #CC6C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6C7A; }

 p { color: rgb(204,108,122); }

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

background-color css

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

 a { background-color: rgb(204,108,122); }

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

border-color css

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

 span { border-color: rgb(204,108,122); }

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