Html Css Color HEX #D88CAC Kobi

📋 copy color: '#D88CAC'

red 216 ◦ green 140 ◦ blue 172

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

Shades of Kobi #D88CAC

Tints of Kobi #D88CAC

RGB

 RED value IS 216 (84.77% from 255) = 40.91%

 GREEN value IS 140 (55.08% from 255) = 26.52%

 BLUE value IS 172 (67.58% from 255) = 32.58%

R = 40.91%
G = 26.52%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D88CAC (or 0xD88CAC) is known color: Kobi. HEX triplet: D8, 8C and AC. RGB value is (216,140,172). Sum of RGB (Red+Green+Blue) = 216+140+172=528 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.91% from 528); Green value is 140 (55.08% from 255 or 26.52% from 528); Blue value is 172 (67.58% from 255 or 32.58% from 528); Max value from RGB is 216 - color contains mainly: red. Hex color #D88CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88CAC is #277353. Grayscale: #A6A6A6. Windows color (decimal): -2585428 or 11308248. OLE color: 11308248.

HSL color Cylindrical-coordinate representation of color #D88CAC: hue angle of 334.74º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D88CAC is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 140 172 -
CMYK 0 0.35 0.20 0.15
HSL 334.74º 0.49% 0.7% -
HSV(B) 334.74º 0.35% 0.85% -
XYZ 45.14 36.33 43.66 -
YUV 166.37 131.18 163.4 -
System Red Green Blue C M Y K H S L
Decimal 216 140 172 0 0.35 0.20 0.15 334.74 0.49 0.7
Hex D8 8C AC 0 23 14 F 14F 31 46
Octal 330 214 254 0 43 24 17 517 61 106
Binary 11011000 10001100 10101100 0 100011 10100 1111 101001111 110001 1000110

Color Harmonies of #D88CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88CAC

Black with #D88CAC

Text Example


Text Example

White with #D88CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88CAC; }

 p { color: rgb(216,140,172); }

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

background-color css

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

 a { background-color: rgb(216,140,172); }

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

border-color css

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

 span { border-color: rgb(216,140,172); }

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