Html Css Color HEX #CC7883 Charm

📋 copy color: '#CC7883'

red 204 ◦ green 120 ◦ blue 131

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

Shades of Charm #CC7883

Tints of Charm #CC7883

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.37%

 BLUE value IS 131 (51.56% from 255) = 28.79%

R = 44.84%
G = 26.37%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#CC7883 (or 0xCC7883) is known color: Charm. HEX triplet: CC, 78 and 83. RGB value is (204,120,131). Sum of RGB (Red+Green+Blue) = 204+120+131=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 120 (47.27% from 255 or 26.37% from 455); Blue value is 131 (51.56% from 255 or 28.79% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7883 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7883 is #33877C. Grayscale: #929292. Windows color (decimal): -3377021 or 8616140. OLE color: 8616140.

HSL color Cylindrical-coordinate representation of color #CC7883: hue angle of 352.14º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CC7883 is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 120 131 -
CMYK 0 0.41 0.36 0.2
HSL 352.14º 0.45% 0.64% -
HSV(B) 352.14º 0.41% 0.8% -
XYZ 35.72 27.91 24.98 -
YUV 146.37 119.33 169.11 -
System Red Green Blue C M Y K H S L
Decimal 204 120 131 0 0.41 0.36 0.2 352.14 0.45 0.64
Hex CC 78 83 0 29 24 14 160 2D 40
Octal 314 170 203 0 51 44 24 540 55 100
Binary 11001100 1111000 10000011 0 101001 100100 10100 101100000 101101 1000000

Color Harmonies of #CC7883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7883

Black with #CC7883

Text Example


Text Example

White with #CC7883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7883; }

 p { color: rgb(204,120,131); }

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

background-color css

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

 a { background-color: rgb(204,120,131); }

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

border-color css

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

 span { border-color: rgb(204,120,131); }

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