Html Css Color HEX #D7838A Carissma

📋 copy color: '#D7838A'

red 215 ◦ green 131 ◦ blue 138

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

Shades of Carissma #D7838A

Tints of Carissma #D7838A

RGB

 RED value IS 215 (84.38% from 255) = 44.42%

 GREEN value IS 131 (51.56% from 255) = 27.07%

 BLUE value IS 138 (54.3% from 255) = 28.51%

R = 44.42%
G = 27.07%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D7838A (or 0xD7838A) is known color: Carissma. HEX triplet: D7, 83 and 8A. RGB value is (215,131,138). Sum of RGB (Red+Green+Blue) = 215+131+138=484 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.42% from 484); Green value is 131 (51.56% from 255 or 27.07% from 484); Blue value is 138 (54.30% from 255 or 28.51% from 484); Max value from RGB is 215 - color contains mainly: red. Hex color #D7838A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7838A is #287C75. Grayscale: #9C9C9C. Windows color (decimal): -2653302 or 9077719. OLE color: 9077719.

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

Color convert

RGB 215 131 138 -
CMYK 0 0.39 0.36 0.16
HSL 355º 0.51% 0.68% -
HSV(B) 355º 0.39% 0.84% -
XYZ 40.73 32.51 28.17 -
YUV 156.91 117.33 169.43 -
System Red Green Blue C M Y K H S L
Decimal 215 131 138 0 0.39 0.36 0.16 355 0.51 0.68
Hex D7 83 8A 0 27 24 10 163 33 44
Octal 327 203 212 0 47 44 20 543 63 104
Binary 11010111 10000011 10001010 0 100111 100100 10000 101100011 110011 1000100

Color Harmonies of #D7838A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7838A

Black with #D7838A

Text Example


Text Example

White with #D7838A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7838A; }

 p { color: rgb(215,131,138); }

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

background-color css

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

 a { background-color: rgb(215,131,138); }

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

border-color css

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

 span { border-color: rgb(215,131,138); }

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