Html Css Color HEX #C9708A Charm

📋 copy color: '#C9708A'

red 201 ◦ green 112 ◦ blue 138

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

Shades of Charm #C9708A

Tints of Charm #C9708A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.6%

R = 44.57%
G = 24.83%
B = 30.6%

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

#C9708A (or 0xC9708A) is known color: Charm. HEX triplet: C9, 70 and 8A. RGB value is (201,112,138). Sum of RGB (Red+Green+Blue) = 201+112+138=451 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.57% from 451); Green value is 112 (44.14% from 255 or 24.83% from 451); Blue value is 138 (54.30% from 255 or 30.60% from 451); Max value from RGB is 201 - color contains mainly: red. Hex color #C9708A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9708A is #368F75. Grayscale: #8D8D8D. Windows color (decimal): -3575670 or 9072841. OLE color: 9072841.

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

Color convert

RGB 201 112 138 -
CMYK 0 0.44 0.31 0.21
HSL 342.47º 0.45% 0.61% -
HSV(B) 342.47º 0.44% 0.79% -
XYZ 34.47 25.84 27.22 -
YUV 141.58 125.99 170.39 -
System Red Green Blue C M Y K H S L
Decimal 201 112 138 0 0.44 0.31 0.21 342.47 0.45 0.61
Hex C9 70 8A 0 2C 1F 15 156 2D 3D
Octal 311 160 212 0 54 37 25 526 55 75
Binary 11001001 1110000 10001010 0 101100 11111 10101 101010110 101101 111101

Color Harmonies of #C9708A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9708A

Black with #C9708A

Text Example


Text Example

White with #C9708A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9708A; }

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

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

background-color css

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

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

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

border-color css

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

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

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