Html Css Color HEX #C97CB8 London Hue

📋 copy color: '#C97CB8'

red 201 ◦ green 124 ◦ blue 184

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

Shades of London Hue #C97CB8

Tints of London Hue #C97CB8

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.36%

 BLUE value IS 184 (72.27% from 255) = 36.15%

R = 39.49%
G = 24.36%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#C97CB8 (or 0xC97CB8) is known color: London Hue. HEX triplet: C9, 7C and B8. RGB value is (201,124,184). Sum of RGB (Red+Green+Blue) = 201+124+184=509 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.49% from 509); Green value is 124 (48.83% from 255 or 24.36% from 509); Blue value is 184 (72.27% from 255 or 36.15% from 509); Max value from RGB is 201 - color contains mainly: red. Hex color #C97CB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97CB8 is #368347. Grayscale: #999999. Windows color (decimal): -3572552 or 12090569. OLE color: 12090569.

HSL color Cylindrical-coordinate representation of color #C97CB8: hue angle of 313.25º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C97CB8 is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 124 184 -
CMYK 0 0.38 0.08 0.21
HSL 313.25º 0.42% 0.64% -
HSV(B) 313.25º 0.38% 0.79% -
XYZ 39.95 30.29 49.09 -
YUV 153.86 145.01 161.62 -
System Red Green Blue C M Y K H S L
Decimal 201 124 184 0 0.38 0.08 0.21 313.25 0.42 0.64
Hex C9 7C B8 0 26 8 15 139 2A 40
Octal 311 174 270 0 46 10 25 471 52 100
Binary 11001001 1111100 10111000 0 100110 1000 10101 100111001 101010 1000000

Color Harmonies of #C97CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97CB8

Black with #C97CB8

Text Example


Text Example

White with #C97CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97CB8; }

 p { color: rgb(201,124,184); }

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

background-color css

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

 a { background-color: rgb(201,124,184); }

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

border-color css

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

 span { border-color: rgb(201,124,184); }

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