Html Css Color HEX #C07CAB Bouquet

📋 copy color: '#C07CAB'

red 192 ◦ green 124 ◦ blue 171

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

Shades of Bouquet #C07CAB

Tints of Bouquet #C07CAB

RGB

 RED value IS 192 (75.39% from 255) = 39.43%

 GREEN value IS 124 (48.83% from 255) = 25.46%

 BLUE value IS 171 (67.19% from 255) = 35.11%

R = 39.43%
G = 25.46%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C07CAB (or 0xC07CAB) is known color: Bouquet. HEX triplet: C0, 7C and AB. RGB value is (192,124,171). Sum of RGB (Red+Green+Blue) = 192+124+171=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 124 (48.83% from 255 or 25.46% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 192 - color contains mainly: red. Hex color #C07CAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07CAB is #3F8354. Grayscale: #959595. Windows color (decimal): -4162389 or 11238592. OLE color: 11238592.

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

Color convert

RGB 192 124 171 -
CMYK 0 0.35 0.11 0.25
HSL 318.53º 0.35% 0.62% -
HSV(B) 318.53º 0.35% 0.75% -
XYZ 36.3 28.56 42.13 -
YUV 149.69 140.03 158.18 -
System Red Green Blue C M Y K H S L
Decimal 192 124 171 0 0.35 0.11 0.25 318.53 0.35 0.62
Hex C0 7C AB 0 23 B 19 13F 23 3E
Octal 300 174 253 0 43 13 31 477 43 76
Binary 11000000 1111100 10101011 0 100011 1011 11001 100111111 100011 111110

Color Harmonies of #C07CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07CAB

Black with #C07CAB

Text Example


Text Example

White with #C07CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07CAB; }

 p { color: rgb(192,124,171); }

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

background-color css

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

 a { background-color: rgb(192,124,171); }

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

border-color css

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

 span { border-color: rgb(192,124,171); }

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