Html Css Color HEX #CC7386 Charm

📋 copy color: '#CC7386'

red 204 ◦ green 115 ◦ blue 134

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

Shades of Charm #CC7386

Tints of Charm #CC7386

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.39%

 BLUE value IS 134 (52.73% from 255) = 29.58%

R = 45.03%
G = 25.39%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.34

 K value IS 0.2

RGB Variations

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

Color information

#CC7386 (or 0xCC7386) is known color: Charm. HEX triplet: CC, 73 and 86. RGB value is (204,115,134). Sum of RGB (Red+Green+Blue) = 204+115+134=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 115 (45.31% from 255 or 25.39% from 453); Blue value is 134 (52.73% from 255 or 29.58% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7386 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7386 is #338C79. Grayscale: #8F8F8F. Windows color (decimal): -3378298 or 8811468. OLE color: 8811468.

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

Color convert

RGB 204 115 134 -
CMYK 0 0.44 0.34 0.2
HSL 347.19º 0.47% 0.63% -
HSV(B) 347.19º 0.44% 0.8% -
XYZ 35.34 26.82 25.87 -
YUV 143.78 122.49 170.96 -
System Red Green Blue C M Y K H S L
Decimal 204 115 134 0 0.44 0.34 0.2 347.19 0.47 0.63
Hex CC 73 86 0 2C 22 14 15B 2F 3F
Octal 314 163 206 0 54 42 24 533 57 77
Binary 11001100 1110011 10000110 0 101100 100010 10100 101011011 101111 111111

Color Harmonies of #CC7386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7386

Black with #CC7386

Text Example


Text Example

White with #CC7386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7386; }

 p { color: rgb(204,115,134); }

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

background-color css

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

 a { background-color: rgb(204,115,134); }

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

border-color css

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

 span { border-color: rgb(204,115,134); }

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