Html Css Color HEX #CC6983 Charm

📋 copy color: '#CC6983'

red 204 ◦ green 105 ◦ blue 131

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

Shades of Charm #CC6983

Tints of Charm #CC6983

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.86%

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

R = 46.36%
G = 23.86%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#CC6983 (or 0xCC6983) is known color: Charm. HEX triplet: CC, 69 and 83. RGB value is (204,105,131). Sum of RGB (Red+Green+Blue) = 204+105+131=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 105 (41.41% from 255 or 23.86% from 440); Blue value is 131 (51.56% from 255 or 29.77% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6983 is #33967C. Grayscale: #898989. Windows color (decimal): -3380861 or 8612300. OLE color: 8612300.

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

Color convert

RGB 204 105 131 -
CMYK 0 0.49 0.36 0.2
HSL 344.24º 0.49% 0.61% -
HSV(B) 344.24º 0.49% 0.8% -
XYZ 34.05 24.58 24.42 -
YUV 137.57 124.3 175.39 -
System Red Green Blue C M Y K H S L
Decimal 204 105 131 0 0.49 0.36 0.2 344.24 0.49 0.61
Hex CC 69 83 0 31 24 14 158 31 3D
Octal 314 151 203 0 61 44 24 530 61 75
Binary 11001100 1101001 10000011 0 110001 100100 10100 101011000 110001 111101

Color Harmonies of #CC6983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6983

Black with #CC6983

Text Example


Text Example

White with #CC6983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6983; }

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

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

background-color css

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

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

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

border-color css

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

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

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