Html Css Color HEX #CC697E Charm

📋 copy color: '#CC697E'

red 204 ◦ green 105 ◦ blue 126

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

Shades of Charm #CC697E

Tints of Charm #CC697E

RGB

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

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

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

R = 46.9%
G = 24.14%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#CC697E (or 0xCC697E) is known color: Charm. HEX triplet: CC, 69 and 7E. RGB value is (204,105,126). Sum of RGB (Red+Green+Blue) = 204+105+126=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 105 (41.41% from 255 or 24.14% from 435); Blue value is 126 (49.61% from 255 or 28.97% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CC697E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC697E is #339681. Grayscale: #898989. Windows color (decimal): -3380866 or 8284620. OLE color: 8284620.

HSL color Cylindrical-coordinate representation of color #CC697E: hue angle of 347.27º 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 #CC697E is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 105 126 -
CMYK 0 0.49 0.38 0.2
HSL 347.27º 0.49% 0.61% -
HSV(B) 347.27º 0.49% 0.8% -
XYZ 33.72 24.45 22.68 -
YUV 137 121.8 175.79 -
System Red Green Blue C M Y K H S L
Decimal 204 105 126 0 0.49 0.38 0.2 347.27 0.49 0.61
Hex CC 69 7E 0 31 26 14 15B 31 3D
Octal 314 151 176 0 61 46 24 533 61 75
Binary 11001100 1101001 1111110 0 110001 100110 10100 101011011 110001 111101

Color Harmonies of #CC697E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC697E

Black with #CC697E

Text Example


Text Example

White with #CC697E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC697E; }

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

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

background-color css

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

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

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

border-color css

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

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

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