Html Css Color HEX #C9708B Charm

📋 copy color: '#C9708B'

red 201 ◦ green 112 ◦ blue 139

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

Shades of Charm #C9708B

Tints of Charm #C9708B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.75%

R = 44.47%
G = 24.78%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#C9708B (or 0xC9708B) is known color: Charm. HEX triplet: C9, 70 and 8B. RGB value is (201,112,139). Sum of RGB (Red+Green+Blue) = 201+112+139=452 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.47% from 452); Green value is 112 (44.14% from 255 or 24.78% from 452); Blue value is 139 (54.69% from 255 or 30.75% from 452); Max value from RGB is 201 - color contains mainly: red. Hex color #C9708B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9708B is #368F74. Grayscale: #8D8D8D. Windows color (decimal): -3575669 or 9138377. OLE color: 9138377.

HSL color Cylindrical-coordinate representation of color #C9708B: hue angle of 341.8º 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 #C9708B is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 112 139 -
CMYK 0 0.44 0.31 0.21
HSL 341.8º 0.45% 0.61% -
HSV(B) 341.8º 0.44% 0.79% -
XYZ 34.54 25.87 27.6 -
YUV 141.69 126.49 170.3 -
System Red Green Blue C M Y K H S L
Decimal 201 112 139 0 0.44 0.31 0.21 341.8 0.45 0.61
Hex C9 70 8B 0 2C 1F 15 156 2D 3D
Octal 311 160 213 0 54 37 25 526 55 75
Binary 11001001 1110000 10001011 0 101100 11111 10101 101010110 101101 111101

Color Harmonies of #C9708B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9708B

Black with #C9708B

Text Example


Text Example

White with #C9708B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9708B; }

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

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

background-color css

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

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

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

border-color css

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

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

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