Html Css Color HEX #D68689 Carissma

📋 copy color: '#D68689'

red 214 ◦ green 134 ◦ blue 137

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

Shades of Carissma #D68689

Tints of Carissma #D68689

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.63%

 BLUE value IS 137 (53.91% from 255) = 28.25%

R = 44.12%
G = 27.63%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D68689 (or 0xD68689) is known color: Carissma. HEX triplet: D6, 86 and 89. RGB value is (214,134,137). Sum of RGB (Red+Green+Blue) = 214+134+137=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 134 (52.73% from 255 or 27.63% from 485); Blue value is 137 (53.91% from 255 or 28.25% from 485); Max value from RGB is 214 - color contains mainly: red. Hex color #D68689 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68689 is #297976. Grayscale: #9E9E9E. Windows color (decimal): -2718071 or 9012950. OLE color: 9012950.

HSL color Cylindrical-coordinate representation of color #D68689: hue angle of 357.75º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D68689 is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 134 137 -
CMYK 0 0.37 0.36 0.16
HSL 357.75º 0.49% 0.68% -
HSV(B) 357.75º 0.37% 0.84% -
XYZ 40.77 33.15 27.92 -
YUV 158.26 116 167.76 -
System Red Green Blue C M Y K H S L
Decimal 214 134 137 0 0.37 0.36 0.16 357.75 0.49 0.68
Hex D6 86 89 0 25 24 10 166 31 44
Octal 326 206 211 0 45 44 20 546 61 104
Binary 11010110 10000110 10001001 0 100101 100100 10000 101100110 110001 1000100

Color Harmonies of #D68689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68689

Black with #D68689

Text Example


Text Example

White with #D68689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68689; }

 p { color: rgb(214,134,137); }

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

background-color css

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

 a { background-color: rgb(214,134,137); }

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

border-color css

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

 span { border-color: rgb(214,134,137); }

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