Html Css Color HEX #CC6A82 Charm

📋 copy color: '#CC6A82'

red 204 ◦ green 106 ◦ blue 130

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

Shades of Charm #CC6A82

Tints of Charm #CC6A82

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.09%

 BLUE value IS 130 (51.17% from 255) = 29.55%

R = 46.36%
G = 24.09%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#CC6A82 (or 0xCC6A82) is known color: Charm. HEX triplet: CC, 6A and 82. RGB value is (204,106,130). Sum of RGB (Red+Green+Blue) = 204+106+130=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 106 (41.80% from 255 or 24.09% from 440); Blue value is 130 (51.17% from 255 or 29.55% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6A82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6A82 is #33957D. Grayscale: #8A8A8A. Windows color (decimal): -3380606 or 8547020. OLE color: 8547020.

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

Color convert

RGB 204 106 130 -
CMYK 0 0.48 0.36 0.2
HSL 345.31º 0.49% 0.61% -
HSV(B) 345.31º 0.48% 0.8% -
XYZ 34.09 24.76 24.1 -
YUV 138.04 123.47 175.05 -
System Red Green Blue C M Y K H S L
Decimal 204 106 130 0 0.48 0.36 0.2 345.31 0.49 0.61
Hex CC 6A 82 0 30 24 14 159 31 3D
Octal 314 152 202 0 60 44 24 531 61 75
Binary 11001100 1101010 10000010 0 110000 100100 10100 101011001 110001 111101

Color Harmonies of #CC6A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6A82

Black with #CC6A82

Text Example


Text Example

White with #CC6A82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6A82; }

 p { color: rgb(204,106,130); }

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

background-color css

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

 a { background-color: rgb(204,106,130); }

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

border-color css

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

 span { border-color: rgb(204,106,130); }

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