Html Css Color HEX #C375AF Bouquet

📋 copy color: '#C375AF'

red 195 ◦ green 117 ◦ blue 175

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

Shades of Bouquet #C375AF

Tints of Bouquet #C375AF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.02%

 BLUE value IS 175 (68.75% from 255) = 35.93%

R = 40.04%
G = 24.02%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C375AF (or 0xC375AF) is known color: Bouquet. HEX triplet: C3, 75 and AF. RGB value is (195,117,175). Sum of RGB (Red+Green+Blue) = 195+117+175=487 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.04% from 487); Green value is 117 (46.09% from 255 or 24.02% from 487); Blue value is 175 (68.75% from 255 or 35.93% from 487); Max value from RGB is 195 - color contains mainly: red. Hex color #C375AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C375AF is #3C8A50. Grayscale: #929292. Windows color (decimal): -3967569 or 11498947. OLE color: 11498947.

HSL color Cylindrical-coordinate representation of color #C375AF: hue angle of 315.38º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C375AF is Cyan = 0, Magento = 0.4, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 117 175 -
CMYK 0 0.4 0.10 0.24
HSL 315.38º 0.39% 0.61% -
HSV(B) 315.38º 0.4% 0.76% -
XYZ 36.6 27.42 43.92 -
YUV 146.93 143.84 162.28 -
System Red Green Blue C M Y K H S L
Decimal 195 117 175 0 0.4 0.10 0.24 315.38 0.39 0.61
Hex C3 75 AF 0 28 A 18 13B 27 3D
Octal 303 165 257 0 50 12 30 473 47 75
Binary 11000011 1110101 10101111 0 101000 1010 11000 100111011 100111 111101

Color Harmonies of #C375AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C375AF

Black with #C375AF

Text Example


Text Example

White with #C375AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C375AF; }

 p { color: rgb(195,117,175); }

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

background-color css

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

 a { background-color: rgb(195,117,175); }

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

border-color css

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

 span { border-color: rgb(195,117,175); }

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