Html Css Color HEX #C38792 Puce

📋 copy color: '#C38792'

red 195 ◦ green 135 ◦ blue 146

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

Shades of Puce #C38792

Tints of Puce #C38792

RGB

 RED value IS 195 (76.56% from 255) = 40.97%

 GREEN value IS 135 (53.13% from 255) = 28.36%

 BLUE value IS 146 (57.42% from 255) = 30.67%

R = 40.97%
G = 28.36%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C38792 (or 0xC38792) is known color: Puce. HEX triplet: C3, 87 and 92. RGB value is (195,135,146). Sum of RGB (Red+Green+Blue) = 195+135+146=476 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.97% from 476); Green value is 135 (53.12% from 255 or 28.36% from 476); Blue value is 146 (57.42% from 255 or 30.67% from 476); Max value from RGB is 195 - color contains mainly: red. Hex color #C38792 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38792 is #3C786D. Grayscale: #9A9A9A. Windows color (decimal): -3962990 or 9603011. OLE color: 9603011.

HSL color Cylindrical-coordinate representation of color #C38792: hue angle of 349º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C38792 is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 135 146 -
CMYK 0 0.31 0.25 0.24
HSL 349º 0.33% 0.65% -
HSV(B) 349º 0.31% 0.76% -
XYZ 36.36 31.01 31.26 -
YUV 154.19 123.38 157.11 -
System Red Green Blue C M Y K H S L
Decimal 195 135 146 0 0.31 0.25 0.24 349 0.33 0.65
Hex C3 87 92 0 1F 19 18 15D 21 41
Octal 303 207 222 0 37 31 30 535 41 101
Binary 11000011 10000111 10010010 0 11111 11001 11000 101011101 100001 1000001

Color Harmonies of #C38792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38792

Black with #C38792

Text Example


Text Example

White with #C38792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38792; }

 p { color: rgb(195,135,146); }

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

background-color css

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

 a { background-color: rgb(195,135,146); }

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

border-color css

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

 span { border-color: rgb(195,135,146); }

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