Html Css Color HEX #D08FAC Kobi

📋 copy color: '#D08FAC'

red 208 ◦ green 143 ◦ blue 172

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

Shades of Kobi #D08FAC

Tints of Kobi #D08FAC

RGB

 RED value IS 208 (81.64% from 255) = 39.77%

 GREEN value IS 143 (56.25% from 255) = 27.34%

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

R = 39.77%
G = 27.34%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D08FAC (or 0xD08FAC) is known color: Kobi. HEX triplet: D0, 8F and AC. RGB value is (208,143,172). Sum of RGB (Red+Green+Blue) = 208+143+172=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 143 (56.25% from 255 or 27.34% from 523); Blue value is 172 (67.58% from 255 or 32.89% from 523); Max value from RGB is 208 - color contains mainly: red. Hex color #D08FAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08FAC is #2F7053. Grayscale: #A5A5A5. Windows color (decimal): -3108948 or 11309008. OLE color: 11309008.

HSL color Cylindrical-coordinate representation of color #D08FAC: hue angle of 333.23º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D08FAC is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 143 172 -
CMYK 0 0.31 0.17 0.18
HSL 333.23º 0.41% 0.69% -
HSV(B) 333.23º 0.31% 0.82% -
XYZ 43.28 36.03 43.7 -
YUV 165.74 131.53 158.14 -
System Red Green Blue C M Y K H S L
Decimal 208 143 172 0 0.31 0.17 0.18 333.23 0.41 0.69
Hex D0 8F AC 0 1F 11 12 14D 29 45
Octal 320 217 254 0 37 21 22 515 51 105
Binary 11010000 10001111 10101100 0 11111 10001 10010 101001101 101001 1000101

Color Harmonies of #D08FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08FAC

Black with #D08FAC

Text Example


Text Example

White with #D08FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08FAC; }

 p { color: rgb(208,143,172); }

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

background-color css

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

 a { background-color: rgb(208,143,172); }

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

border-color css

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

 span { border-color: rgb(208,143,172); }

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