Html Css Color HEX #D77CAB Kobi

📋 copy color: '#D77CAB'

red 215 ◦ green 124 ◦ blue 171

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

Shades of Kobi #D77CAB

Tints of Kobi #D77CAB

RGB

 RED value IS 215 (84.38% from 255) = 42.16%

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

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

R = 42.16%
G = 24.31%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D77CAB (or 0xD77CAB) is known color: Kobi. HEX triplet: D7, 7C and AB. RGB value is (215,124,171). Sum of RGB (Red+Green+Blue) = 215+124+171=510 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.16% from 510); Green value is 124 (48.83% from 255 or 24.31% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 215 - color contains mainly: red. Hex color #D77CAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77CAB is #288354. Grayscale: #9C9C9C. Windows color (decimal): -2655061 or 11238615. OLE color: 11238615.

HSL color Cylindrical-coordinate representation of color #D77CAB: hue angle of 329.01º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D77CAB is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 124 171 -
CMYK 0 0.42 0.20 0.16
HSL 329.01º 0.53% 0.66% -
HSV(B) 329.01º 0.42% 0.84% -
XYZ 42.58 31.8 42.42 -
YUV 156.57 136.15 169.68 -
System Red Green Blue C M Y K H S L
Decimal 215 124 171 0 0.42 0.20 0.16 329.01 0.53 0.66
Hex D7 7C AB 0 2A 14 10 149 35 42
Octal 327 174 253 0 52 24 20 511 65 102
Binary 11010111 1111100 10101011 0 101010 10100 10000 101001001 110101 1000010

Color Harmonies of #D77CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77CAB

Black with #D77CAB

Text Example


Text Example

White with #D77CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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