Html Css Color HEX #CC6383 Charm

📋 copy color: '#CC6383'

red 204 ◦ green 99 ◦ blue 131

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

Shades of Charm #CC6383

Tints of Charm #CC6383

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.81%

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

R = 47%
G = 22.81%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#CC6383 (or 0xCC6383) is known color: Charm. HEX triplet: CC, 63 and 83. RGB value is (204,99,131). Sum of RGB (Red+Green+Blue) = 204+99+131=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 99 (39.06% from 255 or 22.81% from 434); Blue value is 131 (51.56% from 255 or 30.18% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6383 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6383 is #339C7C. Grayscale: #868686. Windows color (decimal): -3382397 or 8610764. OLE color: 8610764.

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

Color convert

RGB 204 99 131 -
CMYK 0 0.51 0.36 0.2
HSL 341.71º 0.51% 0.59% -
HSV(B) 341.71º 0.51% 0.8% -
XYZ 33.46 23.4 24.23 -
YUV 134.04 126.29 177.9 -
System Red Green Blue C M Y K H S L
Decimal 204 99 131 0 0.51 0.36 0.2 341.71 0.51 0.59
Hex CC 63 83 0 33 24 14 156 33 3B
Octal 314 143 203 0 63 44 24 526 63 73
Binary 11001100 1100011 10000011 0 110011 100100 10100 101010110 110011 111011

Color Harmonies of #CC6383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6383

Black with #CC6383

Text Example


Text Example

White with #CC6383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6383; }

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

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

background-color css

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

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

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

border-color css

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

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

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