Html Css Color HEX #D68CAB Kobi

📋 copy color: '#D68CAB'

red 214 ◦ green 140 ◦ blue 171

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

Shades of Kobi #D68CAB

Tints of Kobi #D68CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 32.57%

R = 40.76%
G = 26.67%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D68CAB (or 0xD68CAB) is known color: Kobi. HEX triplet: D6, 8C and AB. RGB value is (214,140,171). Sum of RGB (Red+Green+Blue) = 214+140+171=525 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.76% from 525); Green value is 140 (55.08% from 255 or 26.67% from 525); Blue value is 171 (67.19% from 255 or 32.57% from 525); Max value from RGB is 214 - color contains mainly: red. Hex color #D68CAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68CAB is #297354. Grayscale: #A5A5A5. Windows color (decimal): -2716501 or 11242710. OLE color: 11242710.

HSL color Cylindrical-coordinate representation of color #D68CAB: hue angle of 334.86º 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 #D68CAB is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 140 171 -
CMYK 0 0.35 0.20 0.16
HSL 334.86º 0.47% 0.69% -
HSV(B) 334.86º 0.35% 0.84% -
XYZ 44.46 35.99 43.13 -
YUV 165.66 131.02 162.48 -
System Red Green Blue C M Y K H S L
Decimal 214 140 171 0 0.35 0.20 0.16 334.86 0.47 0.69
Hex D6 8C AB 0 23 14 10 14F 2F 45
Octal 326 214 253 0 43 24 20 517 57 105
Binary 11010110 10001100 10101011 0 100011 10100 10000 101001111 101111 1000101

Color Harmonies of #D68CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68CAB

Black with #D68CAB

Text Example


Text Example

White with #D68CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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