Html Css Color HEX #D58CAB Kobi

📋 copy color: '#D58CAB'

red 213 ◦ green 140 ◦ blue 171

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

Shades of Kobi #D58CAB

Tints of Kobi #D58CAB

RGB

 RED value IS 213 (83.59% from 255) = 40.65%

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

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

R = 40.65%
G = 26.72%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D58CAB (or 0xD58CAB) is known color: Kobi. HEX triplet: D5, 8C and AB. RGB value is (213,140,171). Sum of RGB (Red+Green+Blue) = 213+140+171=524 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.65% from 524); Green value is 140 (55.08% from 255 or 26.72% from 524); Blue value is 171 (67.19% from 255 or 32.63% from 524); Max value from RGB is 213 - color contains mainly: red. Hex color #D58CAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58CAB is #2A7354. Grayscale: #A5A5A5. Windows color (decimal): -2782037 or 11242709. OLE color: 11242709.

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

Color convert

RGB 213 140 171 -
CMYK 0 0.34 0.20 0.16
HSL 334.52º 0.46% 0.69% -
HSV(B) 334.52º 0.34% 0.84% -
XYZ 44.17 35.84 43.12 -
YUV 165.36 131.18 161.98 -
System Red Green Blue C M Y K H S L
Decimal 213 140 171 0 0.34 0.20 0.16 334.52 0.46 0.69
Hex D5 8C AB 0 22 14 10 14F 2E 45
Octal 325 214 253 0 42 24 20 517 56 105
Binary 11010101 10001100 10101011 0 100010 10100 10000 101001111 101110 1000101

Color Harmonies of #D58CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58CAB

Black with #D58CAB

Text Example


Text Example

White with #D58CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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