Html Css Color HEX #CC6C81 Charm

📋 copy color: '#CC6C81'

red 204 ◦ green 108 ◦ blue 129

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

Shades of Charm #CC6C81

Tints of Charm #CC6C81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 29.25%

R = 46.26%
G = 24.49%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#CC6C81 (or 0xCC6C81) is known color: Charm. HEX triplet: CC, 6C and 81. RGB value is (204,108,129). Sum of RGB (Red+Green+Blue) = 204+108+129=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 108 (42.58% from 255 or 24.49% from 441); Blue value is 129 (50.78% from 255 or 29.25% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6C81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6C81 is #33937E. Grayscale: #8B8B8B. Windows color (decimal): -3380095 or 8481996. OLE color: 8481996.

HSL color Cylindrical-coordinate representation of color #CC6C81: hue angle of 346.88º 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 #CC6C81 is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 108 129 -
CMYK 0 0.47 0.37 0.2
HSL 346.88º 0.48% 0.61% -
HSV(B) 346.88º 0.47% 0.8% -
XYZ 34.23 25.15 23.82 -
YUV 139.1 122.3 174.29 -
System Red Green Blue C M Y K H S L
Decimal 204 108 129 0 0.47 0.37 0.2 346.88 0.48 0.61
Hex CC 6C 81 0 2F 25 14 15B 30 3D
Octal 314 154 201 0 57 45 24 533 60 75
Binary 11001100 1101100 10000001 0 101111 100101 10100 101011011 110000 111101

Color Harmonies of #CC6C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6C81

Black with #CC6C81

Text Example


Text Example

White with #CC6C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6C81; }

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

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

background-color css

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

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

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

border-color css

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

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

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