Html Css Color HEX #C478AF Bouquet

📋 copy color: '#C478AF'

red 196 ◦ green 120 ◦ blue 175

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

Shades of Bouquet #C478AF

Tints of Bouquet #C478AF

RGB

 RED value IS 196 (76.95% from 255) = 39.92%

 GREEN value IS 120 (47.27% from 255) = 24.44%

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

R = 39.92%
G = 24.44%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C478AF (or 0xC478AF) is known color: Bouquet. HEX triplet: C4, 78 and AF. RGB value is (196,120,175). Sum of RGB (Red+Green+Blue) = 196+120+175=491 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.92% from 491); Green value is 120 (47.27% from 255 or 24.44% from 491); Blue value is 175 (68.75% from 255 or 35.64% from 491); Max value from RGB is 196 - color contains mainly: red. Hex color #C478AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C478AF is #3B8750. Grayscale: #949494. Windows color (decimal): -3901265 or 11499716. OLE color: 11499716.

HSL color Cylindrical-coordinate representation of color #C478AF: hue angle of 316.58º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C478AF is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 120 175 -
CMYK 0 0.39 0.11 0.23
HSL 316.58º 0.39% 0.62% -
HSV(B) 316.58º 0.39% 0.77% -
XYZ 37.22 28.26 44.05 -
YUV 148.99 142.68 161.53 -
System Red Green Blue C M Y K H S L
Decimal 196 120 175 0 0.39 0.11 0.23 316.58 0.39 0.62
Hex C4 78 AF 0 27 B 17 13D 27 3E
Octal 304 170 257 0 47 13 27 475 47 76
Binary 11000100 1111000 10101111 0 100111 1011 10111 100111101 100111 111110

Color Harmonies of #C478AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C478AF

Black with #C478AF

Text Example


Text Example

White with #C478AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C478AF; }

 p { color: rgb(196,120,175); }

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

background-color css

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

 a { background-color: rgb(196,120,175); }

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

border-color css

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

 span { border-color: rgb(196,120,175); }

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