Html Css Color HEX #C97CA4 Hopbush

📋 copy color: '#C97CA4'

red 201 ◦ green 124 ◦ blue 164

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

Shades of Hopbush #C97CA4

Tints of Hopbush #C97CA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 33.54%

R = 41.1%
G = 25.36%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#C97CA4 (or 0xC97CA4) is known color: Hopbush. HEX triplet: C9, 7C and A4. RGB value is (201,124,164). Sum of RGB (Red+Green+Blue) = 201+124+164=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 124 (48.83% from 255 or 25.36% from 489); Blue value is 164 (64.45% from 255 or 33.54% from 489); Max value from RGB is 201 - color contains mainly: red. Hex color #C97CA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97CA4 is #36835B. Grayscale: #979797. Windows color (decimal): -3572572 or 10779849. OLE color: 10779849.

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

Color convert

RGB 201 124 164 -
CMYK 0 0.38 0.18 0.21
HSL 328.83º 0.42% 0.64% -
HSV(B) 328.83º 0.38% 0.79% -
XYZ 38 29.51 38.82 -
YUV 151.58 135.01 163.25 -
System Red Green Blue C M Y K H S L
Decimal 201 124 164 0 0.38 0.18 0.21 328.83 0.42 0.64
Hex C9 7C A4 0 26 12 15 149 2A 40
Octal 311 174 244 0 46 22 25 511 52 100
Binary 11001001 1111100 10100100 0 100110 10010 10101 101001001 101010 1000000

Color Harmonies of #C97CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97CA4

Black with #C97CA4

Text Example


Text Example

White with #C97CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97CA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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