Html Css Color HEX #CC7583 Charm

📋 copy color: '#CC7583'

red 204 ◦ green 117 ◦ blue 131

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

Shades of Charm #CC7583

Tints of Charm #CC7583

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.88%

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

R = 45.13%
G = 25.88%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#CC7583 (or 0xCC7583) is known color: Charm. HEX triplet: CC, 75 and 83. RGB value is (204,117,131). Sum of RGB (Red+Green+Blue) = 204+117+131=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 117 (46.09% from 255 or 25.88% from 452); Blue value is 131 (51.56% from 255 or 28.98% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7583 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7583 is #338A7C. Grayscale: #909090. Windows color (decimal): -3377789 or 8615372. OLE color: 8615372.

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

Color convert

RGB 204 117 131 -
CMYK 0 0.43 0.36 0.2
HSL 350.34º 0.46% 0.63% -
HSV(B) 350.34º 0.43% 0.8% -
XYZ 35.36 27.2 24.86 -
YUV 144.61 120.32 170.36 -
System Red Green Blue C M Y K H S L
Decimal 204 117 131 0 0.43 0.36 0.2 350.34 0.46 0.63
Hex CC 75 83 0 2B 24 14 15E 2E 3F
Octal 314 165 203 0 53 44 24 536 56 77
Binary 11001100 1110101 10000011 0 101011 100100 10100 101011110 101110 111111

Color Harmonies of #CC7583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7583

Black with #CC7583

Text Example


Text Example

White with #CC7583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7583; }

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

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

background-color css

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

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

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

border-color css

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

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

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