Html Css Color HEX #CC6081 Charm

📋 copy color: '#CC6081'

red 204 ◦ green 96 ◦ blue 129

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

Shades of Charm #CC6081

Tints of Charm #CC6081

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.38%

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

R = 47.55%
G = 22.38%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#CC6081 (or 0xCC6081) is known color: Charm. HEX triplet: CC, 60 and 81. RGB value is (204,96,129). Sum of RGB (Red+Green+Blue) = 204+96+129=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 96 (37.89% from 255 or 22.38% from 429); Blue value is 129 (50.78% from 255 or 30.07% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6081 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6081 is #339F7E. Grayscale: #848484. Windows color (decimal): -3383167 or 8478924. OLE color: 8478924.

HSL color Cylindrical-coordinate representation of color #CC6081: hue angle of 341.67º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC6081 is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 96 129 -
CMYK 0 0.53 0.37 0.2
HSL 341.67º 0.51% 0.59% -
HSV(B) 341.67º 0.53% 0.8% -
XYZ 33.05 22.79 23.43 -
YUV 132.05 126.28 179.32 -
System Red Green Blue C M Y K H S L
Decimal 204 96 129 0 0.53 0.37 0.2 341.67 0.51 0.59
Hex CC 60 81 0 35 25 14 156 33 3B
Octal 314 140 201 0 65 45 24 526 63 73
Binary 11001100 1100000 10000001 0 110101 100101 10100 101010110 110011 111011

Color Harmonies of #CC6081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6081

Black with #CC6081

Text Example


Text Example

White with #CC6081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6081; }

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

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

background-color css

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

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

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

border-color css

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

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

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