Html Css Color HEX #D08CAF Kobi

📋 copy color: '#D08CAF'

red 208 ◦ green 140 ◦ blue 175

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

Shades of Kobi #D08CAF

Tints of Kobi #D08CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.46%

R = 39.77%
G = 26.77%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D08CAF (or 0xD08CAF) is known color: Kobi. HEX triplet: D0, 8C and AF. RGB value is (208,140,175). Sum of RGB (Red+Green+Blue) = 208+140+175=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 140 (55.08% from 255 or 26.77% from 523); Blue value is 175 (68.75% from 255 or 33.46% from 523); Max value from RGB is 208 - color contains mainly: red. Hex color #D08CAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08CAF is #2F7350. Grayscale: #A4A4A4. Windows color (decimal): -3109713 or 11504848. OLE color: 11504848.

HSL color Cylindrical-coordinate representation of color #D08CAF: hue angle of 329.12º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D08CAF is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 140 175 -
CMYK 0 0.33 0.16 0.18
HSL 329.12º 0.42% 0.68% -
HSV(B) 329.12º 0.33% 0.82% -
XYZ 43.13 35.26 45.09 -
YUV 164.32 134.03 159.15 -
System Red Green Blue C M Y K H S L
Decimal 208 140 175 0 0.33 0.16 0.18 329.12 0.42 0.68
Hex D0 8C AF 0 21 10 12 149 2A 44
Octal 320 214 257 0 41 20 22 511 52 104
Binary 11010000 10001100 10101111 0 100001 10000 10010 101001001 101010 1000100

Color Harmonies of #D08CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08CAF

Black with #D08CAF

Text Example


Text Example

White with #D08CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08CAF; }

 p { color: rgb(208,140,175); }

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

background-color css

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

 a { background-color: rgb(208,140,175); }

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

border-color css

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

 span { border-color: rgb(208,140,175); }

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