Html Css Color HEX #CC707E Charm

📋 copy color: '#CC707E'

red 204 ◦ green 112 ◦ blue 126

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

Shades of Charm #CC707E

Tints of Charm #CC707E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.34%

 BLUE value IS 126 (49.61% from 255) = 28.51%

R = 46.15%
G = 25.34%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#CC707E (or 0xCC707E) is known color: Charm. HEX triplet: CC, 70 and 7E. RGB value is (204,112,126). Sum of RGB (Red+Green+Blue) = 204+112+126=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 112 (44.14% from 255 or 25.34% from 442); Blue value is 126 (49.61% from 255 or 28.51% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CC707E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC707E is #338F81. Grayscale: #8D8D8D. Windows color (decimal): -3379074 or 8286412. OLE color: 8286412.

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

Color convert

RGB 204 112 126 -
CMYK 0 0.45 0.38 0.2
HSL 350.87º 0.47% 0.62% -
HSV(B) 350.87º 0.45% 0.8% -
XYZ 34.46 25.93 22.93 -
YUV 141.1 119.48 172.86 -
System Red Green Blue C M Y K H S L
Decimal 204 112 126 0 0.45 0.38 0.2 350.87 0.47 0.62
Hex CC 70 7E 0 2D 26 14 15F 2F 3E
Octal 314 160 176 0 55 46 24 537 57 76
Binary 11001100 1110000 1111110 0 101101 100110 10100 101011111 101111 111110

Color Harmonies of #CC707E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC707E

Black with #CC707E

Text Example


Text Example

White with #CC707E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC707E; }

 p { color: rgb(204,112,126); }

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

background-color css

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

 a { background-color: rgb(204,112,126); }

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

border-color css

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

 span { border-color: rgb(204,112,126); }

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