Html Css Color HEX #C9707B Charm

📋 copy color: '#C9707B'

red 201 ◦ green 112 ◦ blue 123

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

Shades of Charm #C9707B

Tints of Charm #C9707B

RGB

 RED value IS 201 (78.91% from 255) = 46.1%

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

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

R = 46.1%
G = 25.69%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#C9707B (or 0xC9707B) is known color: Charm. HEX triplet: C9, 70 and 7B. RGB value is (201,112,123). Sum of RGB (Red+Green+Blue) = 201+112+123=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 112 (44.14% from 255 or 25.69% from 436); Blue value is 123 (48.44% from 255 or 28.21% from 436); Max value from RGB is 201 - color contains mainly: red. Hex color #C9707B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9707B is #368F84. Grayscale: #8B8B8B. Windows color (decimal): -3575685 or 8089801. OLE color: 8089801.

HSL color Cylindrical-coordinate representation of color #C9707B: hue angle of 352.58º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C9707B is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 112 123 -
CMYK 0 0.44 0.39 0.21
HSL 352.58º 0.45% 0.61% -
HSV(B) 352.58º 0.44% 0.79% -
XYZ 33.46 25.44 21.89 -
YUV 139.87 118.49 171.61 -
System Red Green Blue C M Y K H S L
Decimal 201 112 123 0 0.44 0.39 0.21 352.58 0.45 0.61
Hex C9 70 7B 0 2C 27 15 161 2D 3D
Octal 311 160 173 0 54 47 25 541 55 75
Binary 11001001 1110000 1111011 0 101100 100111 10101 101100001 101101 111101

Color Harmonies of #C9707B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9707B

Black with #C9707B

Text Example


Text Example

White with #C9707B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9707B; }

 p { color: rgb(201,112,123); }

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

background-color css

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

 a { background-color: rgb(201,112,123); }

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

border-color css

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

 span { border-color: rgb(201,112,123); }

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