Html Css Color HEX #D68CA6 Kobi

📋 copy color: '#D68CA6'

red 214 ◦ green 140 ◦ blue 166

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

Shades of Kobi #D68CA6

Tints of Kobi #D68CA6

RGB

 RED value IS 214 (83.98% from 255) = 41.15%

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

 BLUE value IS 166 (65.23% from 255) = 31.92%

R = 41.15%
G = 26.92%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D68CA6 (or 0xD68CA6) is known color: Kobi. HEX triplet: D6, 8C and A6. RGB value is (214,140,166). Sum of RGB (Red+Green+Blue) = 214+140+166=520 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.15% from 520); Green value is 140 (55.08% from 255 or 26.92% from 520); Blue value is 166 (65.23% from 255 or 31.92% from 520); Max value from RGB is 214 - color contains mainly: red. Hex color #D68CA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68CA6 is #297359. Grayscale: #A5A5A5. Windows color (decimal): -2716506 or 10915030. OLE color: 10915030.

HSL color Cylindrical-coordinate representation of color #D68CA6: hue angle of 338.92º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D68CA6 is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 140 166 -
CMYK 0 0.35 0.22 0.16
HSL 338.92º 0.47% 0.69% -
HSV(B) 338.92º 0.35% 0.84% -
XYZ 43.99 35.81 40.67 -
YUV 165.09 128.52 162.89 -
System Red Green Blue C M Y K H S L
Decimal 214 140 166 0 0.35 0.22 0.16 338.92 0.47 0.69
Hex D6 8C A6 0 23 16 10 153 2F 45
Octal 326 214 246 0 43 26 20 523 57 105
Binary 11010110 10001100 10100110 0 100011 10110 10000 101010011 101111 1000101

Color Harmonies of #D68CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68CA6

Black with #D68CA6

Text Example


Text Example

White with #D68CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68CA6; }

 p { color: rgb(214,140,166); }

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

background-color css

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

 a { background-color: rgb(214,140,166); }

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

border-color css

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

 span { border-color: rgb(214,140,166); }

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