Html Css Color HEX #C368A4 Hopbush

📋 copy color: '#C368A4'

red 195 ◦ green 104 ◦ blue 164

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

Shades of Hopbush #C368A4

Tints of Hopbush #C368A4

RGB

 RED value IS 195 (76.56% from 255) = 42.12%

 GREEN value IS 104 (41.02% from 255) = 22.46%

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

R = 42.12%
G = 22.46%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#C368A4 (or 0xC368A4) is known color: Hopbush. HEX triplet: C3, 68 and A4. RGB value is (195,104,164). Sum of RGB (Red+Green+Blue) = 195+104+164=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 104 (41.02% from 255 or 22.46% from 463); Blue value is 164 (64.45% from 255 or 35.42% from 463); Max value from RGB is 195 - color contains mainly: red. Hex color #C368A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C368A4 is #3C975B. Grayscale: #898989. Windows color (decimal): -3970908 or 10774723. OLE color: 10774723.

HSL color Cylindrical-coordinate representation of color #C368A4: hue angle of 320.44º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C368A4 is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 104 164 -
CMYK 0 0.47 0.16 0.24
HSL 320.44º 0.43% 0.59% -
HSV(B) 320.44º 0.47% 0.76% -
XYZ 34.16 24.18 37.99 -
YUV 138.05 142.65 168.62 -
System Red Green Blue C M Y K H S L
Decimal 195 104 164 0 0.47 0.16 0.24 320.44 0.43 0.59
Hex C3 68 A4 0 2F 10 18 140 2B 3B
Octal 303 150 244 0 57 20 30 500 53 73
Binary 11000011 1101000 10100100 0 101111 10000 11000 101000000 101011 111011

Color Harmonies of #C368A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C368A4

Black with #C368A4

Text Example


Text Example

White with #C368A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C368A4; }

 p { color: rgb(195,104,164); }

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

background-color css

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

 a { background-color: rgb(195,104,164); }

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

border-color css

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

 span { border-color: rgb(195,104,164); }

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