Html Css Color HEX #C27DA5 Bouquet

📋 copy color: '#C27DA5'

red 194 ◦ green 125 ◦ blue 165

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

Shades of Bouquet #C27DA5

Tints of Bouquet #C27DA5

RGB

 RED value IS 194 (76.17% from 255) = 40.08%

 GREEN value IS 125 (49.22% from 255) = 25.83%

 BLUE value IS 165 (64.84% from 255) = 34.09%

R = 40.08%
G = 25.83%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C27DA5 (or 0xC27DA5) is known color: Bouquet. HEX triplet: C2, 7D and A5. RGB value is (194,125,165). Sum of RGB (Red+Green+Blue) = 194+125+165=484 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40.08% from 484); Green value is 125 (49.22% from 255 or 25.83% from 484); Blue value is 165 (64.84% from 255 or 34.09% from 484); Max value from RGB is 194 - color contains mainly: red. Hex color #C27DA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27DA5 is #3D825A. Grayscale: #969696. Windows color (decimal): -4031067 or 10845634. OLE color: 10845634.

HSL color Cylindrical-coordinate representation of color #C27DA5: hue angle of 325.22º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C27DA5 is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 125 165 -
CMYK 0 0.36 0.15 0.24
HSL 325.22º 0.36% 0.63% -
HSV(B) 325.22º 0.36% 0.76% -
XYZ 36.37 28.85 39.25 -
YUV 150.19 136.36 159.25 -
System Red Green Blue C M Y K H S L
Decimal 194 125 165 0 0.36 0.15 0.24 325.22 0.36 0.63
Hex C2 7D A5 0 24 F 18 145 24 3F
Octal 302 175 245 0 44 17 30 505 44 77
Binary 11000010 1111101 10100101 0 100100 1111 11000 101000101 100100 111111

Color Harmonies of #C27DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27DA5

Black with #C27DA5

Text Example


Text Example

White with #C27DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27DA5; }

 p { color: rgb(194,125,165); }

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

background-color css

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

 a { background-color: rgb(194,125,165); }

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

border-color css

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

 span { border-color: rgb(194,125,165); }

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