Html Css Color HEX #CC697B Charm

📋 copy color: '#CC697B'

red 204 ◦ green 105 ◦ blue 123

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

Shades of Charm #CC697B

Tints of Charm #CC697B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 28.47%

R = 47.22%
G = 24.31%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#CC697B (or 0xCC697B) is known color: Charm. HEX triplet: CC, 69 and 7B. RGB value is (204,105,123). Sum of RGB (Red+Green+Blue) = 204+105+123=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 105 (41.41% from 255 or 24.31% from 432); Blue value is 123 (48.44% from 255 or 28.47% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CC697B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC697B is #339684. Grayscale: #888888. Windows color (decimal): -3380869 or 8088012. OLE color: 8088012.

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

Color convert

RGB 204 105 123 -
CMYK 0 0.49 0.40 0.2
HSL 349.09º 0.49% 0.61% -
HSV(B) 349.09º 0.49% 0.8% -
XYZ 33.53 24.37 21.68 -
YUV 136.65 120.3 176.04 -
System Red Green Blue C M Y K H S L
Decimal 204 105 123 0 0.49 0.40 0.2 349.09 0.49 0.61
Hex CC 69 7B 0 31 28 14 15D 31 3D
Octal 314 151 173 0 61 50 24 535 61 75
Binary 11001100 1101001 1111011 0 110001 101000 10100 101011101 110001 111101

Color Harmonies of #CC697B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC697B

Black with #CC697B

Text Example


Text Example

White with #CC697B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC697B; }

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

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

background-color css

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

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

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

border-color css

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

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

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