Html Css Color HEX #CC6D83 Charm

📋 copy color: '#CC6D83'

red 204 ◦ green 109 ◦ blue 131

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

Shades of Charm #CC6D83

Tints of Charm #CC6D83

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.55%

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

R = 45.95%
G = 24.55%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#CC6D83 (or 0xCC6D83) is known color: Charm. HEX triplet: CC, 6D and 83. RGB value is (204,109,131). Sum of RGB (Red+Green+Blue) = 204+109+131=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 109 (42.97% from 255 or 24.55% from 444); Blue value is 131 (51.56% from 255 or 29.50% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6D83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6D83 is #33927C. Grayscale: #8B8B8B. Windows color (decimal): -3379837 or 8613324. OLE color: 8613324.

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

Color convert

RGB 204 109 131 -
CMYK 0 0.47 0.36 0.2
HSL 346.11º 0.48% 0.61% -
HSV(B) 346.11º 0.47% 0.8% -
XYZ 34.47 25.41 24.56 -
YUV 139.91 122.97 173.71 -
System Red Green Blue C M Y K H S L
Decimal 204 109 131 0 0.47 0.36 0.2 346.11 0.48 0.61
Hex CC 6D 83 0 2F 24 14 15A 30 3D
Octal 314 155 203 0 57 44 24 532 60 75
Binary 11001100 1101101 10000011 0 101111 100100 10100 101011010 110000 111101

Color Harmonies of #CC6D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6D83

Black with #CC6D83

Text Example


Text Example

White with #CC6D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6D83; }

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

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

background-color css

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

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

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

border-color css

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

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

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