Html Css Color HEX #C96F7B Charm

📋 copy color: '#C96F7B'

red 201 ◦ green 111 ◦ blue 123

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

Shades of Charm #C96F7B

Tints of Charm #C96F7B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.52%

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

R = 46.21%
G = 25.52%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#C96F7B (or 0xC96F7B) is known color: Charm. HEX triplet: C9, 6F and 7B. RGB value is (201,111,123). Sum of RGB (Red+Green+Blue) = 201+111+123=435 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.21% from 435); Green value is 111 (43.75% from 255 or 25.52% from 435); Blue value is 123 (48.44% from 255 or 28.28% from 435); Max value from RGB is 201 - color contains mainly: red. Hex color #C96F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96F7B is #369084. Grayscale: #8B8B8B. Windows color (decimal): -3575941 or 8089545. OLE color: 8089545.

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

Color convert

RGB 201 111 123 -
CMYK 0 0.45 0.39 0.21
HSL 352º 0.45% 0.61% -
HSV(B) 352º 0.45% 0.79% -
XYZ 33.35 25.22 21.85 -
YUV 139.28 118.82 172.02 -
System Red Green Blue C M Y K H S L
Decimal 201 111 123 0 0.45 0.39 0.21 352 0.45 0.61
Hex C9 6F 7B 0 2D 27 15 160 2D 3D
Octal 311 157 173 0 55 47 25 540 55 75
Binary 11001001 1101111 1111011 0 101101 100111 10101 101100000 101101 111101

Color Harmonies of #C96F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96F7B

Black with #C96F7B

Text Example


Text Example

White with #C96F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96F7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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