Html Css Color HEX #CC6281 Charm

📋 copy color: '#CC6281'

red 204 ◦ green 98 ◦ blue 129

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

Shades of Charm #CC6281

Tints of Charm #CC6281

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.74%

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

R = 47.33%
G = 22.74%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#CC6281 (or 0xCC6281) is known color: Charm. HEX triplet: CC, 62 and 81. RGB value is (204,98,129). Sum of RGB (Red+Green+Blue) = 204+98+129=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 98 (38.67% from 255 or 22.74% from 431); Blue value is 129 (50.78% from 255 or 29.93% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6281 is #339D7E. Grayscale: #858585. Windows color (decimal): -3382655 or 8479436. OLE color: 8479436.

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

Color convert

RGB 204 98 129 -
CMYK 0 0.52 0.37 0.2
HSL 342.45º 0.51% 0.59% -
HSV(B) 342.45º 0.52% 0.8% -
XYZ 33.23 23.16 23.49 -
YUV 133.23 125.62 178.48 -
System Red Green Blue C M Y K H S L
Decimal 204 98 129 0 0.52 0.37 0.2 342.45 0.51 0.59
Hex CC 62 81 0 34 25 14 156 33 3B
Octal 314 142 201 0 64 45 24 526 63 73
Binary 11001100 1100010 10000001 0 110100 100101 10100 101010110 110011 111011

Color Harmonies of #CC6281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6281

Black with #CC6281

Text Example


Text Example

White with #CC6281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6281; }

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

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

background-color css

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

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

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

border-color css

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

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

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