Html Css Color HEX #CC7B83 Charm

📋 copy color: '#CC7B83'

red 204 ◦ green 123 ◦ blue 131

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

Shades of Charm #CC7B83

Tints of Charm #CC7B83

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.86%

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

R = 44.54%
G = 26.86%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#CC7B83 (or 0xCC7B83) is known color: Charm. HEX triplet: CC, 7B and 83. RGB value is (204,123,131). Sum of RGB (Red+Green+Blue) = 204+123+131=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 123 (48.44% from 255 or 26.86% from 458); Blue value is 131 (51.56% from 255 or 28.60% from 458); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7B83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7B83 is #33847C. Grayscale: #949494. Windows color (decimal): -3376253 or 8616908. OLE color: 8616908.

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

Color convert

RGB 204 123 131 -
CMYK 0 0.40 0.36 0.2
HSL 354.07º 0.44% 0.64% -
HSV(B) 354.07º 0.4% 0.8% -
XYZ 36.08 28.64 25.1 -
YUV 148.13 118.34 167.85 -
System Red Green Blue C M Y K H S L
Decimal 204 123 131 0 0.40 0.36 0.2 354.07 0.44 0.64
Hex CC 7B 83 0 28 24 14 162 2C 40
Octal 314 173 203 0 50 44 24 542 54 100
Binary 11001100 1111011 10000011 0 101000 100100 10100 101100010 101100 1000000

Color Harmonies of #CC7B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7B83

Black with #CC7B83

Text Example


Text Example

White with #CC7B83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7B83; }

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

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

background-color css

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

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

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

border-color css

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

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

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