Html Css Color HEX #C7838A Puce

📋 copy color: '#C7838A'

red 199 ◦ green 131 ◦ blue 138

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

Shades of Puce #C7838A

Tints of Puce #C7838A

RGB

 RED value IS 199 (78.13% from 255) = 42.52%

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

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

R = 42.52%
G = 27.99%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C7838A (or 0xC7838A) is known color: Puce. HEX triplet: C7, 83 and 8A. RGB value is (199,131,138). Sum of RGB (Red+Green+Blue) = 199+131+138=468 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.52% from 468); Green value is 131 (51.56% from 255 or 27.99% from 468); Blue value is 138 (54.30% from 255 or 29.49% from 468); Max value from RGB is 199 - color contains mainly: red. Hex color #C7838A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7838A is #387C75. Grayscale: #989898. Windows color (decimal): -3701878 or 9077703. OLE color: 9077703.

HSL color Cylindrical-coordinate representation of color #C7838A: hue angle of 353.82º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C7838A is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 131 138 -
CMYK 0 0.34 0.31 0.22
HSL 353.82º 0.38% 0.65% -
HSV(B) 353.82º 0.34% 0.78% -
XYZ 36.26 30.21 27.96 -
YUV 152.13 120.03 161.43 -
System Red Green Blue C M Y K H S L
Decimal 199 131 138 0 0.34 0.31 0.22 353.82 0.38 0.65
Hex C7 83 8A 0 22 1F 16 162 26 41
Octal 307 203 212 0 42 37 26 542 46 101
Binary 11000111 10000011 10001010 0 100010 11111 10110 101100010 100110 1000001

Color Harmonies of #C7838A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7838A

Black with #C7838A

Text Example


Text Example

White with #C7838A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7838A; }

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

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

background-color css

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

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

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

border-color css

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

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

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