Html Css Color HEX #C477AF Bouquet

📋 copy color: '#C477AF'

red 196 ◦ green 119 ◦ blue 175

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

Shades of Bouquet #C477AF

Tints of Bouquet #C477AF

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.29%

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

R = 40%
G = 24.29%
B = 35.71%

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

#C477AF (or 0xC477AF) is known color: Bouquet. HEX triplet: C4, 77 and AF. RGB value is (196,119,175). Sum of RGB (Red+Green+Blue) = 196+119+175=490 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40% from 490); Green value is 119 (46.88% from 255 or 24.29% from 490); Blue value is 175 (68.75% from 255 or 35.71% from 490); Max value from RGB is 196 - color contains mainly: red. Hex color #C477AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C477AF is #3B8850. Grayscale: #949494. Windows color (decimal): -3901521 or 11499460. OLE color: 11499460.

HSL color Cylindrical-coordinate representation of color #C477AF: hue angle of 316.36º 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 #C477AF is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 119 175 -
CMYK 0 0.39 0.11 0.23
HSL 316.36º 0.39% 0.62% -
HSV(B) 316.36º 0.39% 0.77% -
XYZ 37.1 28.02 44.01 -
YUV 148.41 143.01 161.95 -
System Red Green Blue C M Y K H S L
Decimal 196 119 175 0 0.39 0.11 0.23 316.36 0.39 0.62
Hex C4 77 AF 0 27 B 17 13C 27 3E
Octal 304 167 257 0 47 13 27 474 47 76
Binary 11000100 1110111 10101111 0 100111 1011 10111 100111100 100111 111110

Color Harmonies of #C477AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C477AF

Black with #C477AF

Text Example


Text Example

White with #C477AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C477AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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