Html Css Color HEX #D08CA9 Kobi

📋 copy color: '#D08CA9'

red 208 ◦ green 140 ◦ blue 169

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

Shades of Kobi #D08CA9

Tints of Kobi #D08CA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 32.69%

R = 40.23%
G = 27.08%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D08CA9 (or 0xD08CA9) is known color: Kobi. HEX triplet: D0, 8C and A9. RGB value is (208,140,169). Sum of RGB (Red+Green+Blue) = 208+140+169=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 140 (55.08% from 255 or 27.08% from 517); Blue value is 169 (66.41% from 255 or 32.69% from 517); Max value from RGB is 208 - color contains mainly: red. Hex color #D08CA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08CA9 is #2F7356. Grayscale: #A3A3A3. Windows color (decimal): -3109719 or 11111632. OLE color: 11111632.

HSL color Cylindrical-coordinate representation of color #D08CA9: hue angle of 334.41º 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 #D08CA9 is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 140 169 -
CMYK 0 0.33 0.19 0.18
HSL 334.41º 0.42% 0.68% -
HSV(B) 334.41º 0.33% 0.82% -
XYZ 42.55 35.03 42.05 -
YUV 163.64 131.03 159.64 -
System Red Green Blue C M Y K H S L
Decimal 208 140 169 0 0.33 0.19 0.18 334.41 0.42 0.68
Hex D0 8C A9 0 21 13 12 14E 2A 44
Octal 320 214 251 0 41 23 22 516 52 104
Binary 11010000 10001100 10101001 0 100001 10011 10010 101001110 101010 1000100

Color Harmonies of #D08CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08CA9

Black with #D08CA9

Text Example


Text Example

White with #D08CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08CA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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