Html Css Color HEX #C38A8B Puce

📋 copy color: '#C38A8B'

red 195 ◦ green 138 ◦ blue 139

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

Shades of Puce #C38A8B

Tints of Puce #C38A8B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.24%

 BLUE value IS 139 (54.69% from 255) = 29.45%

R = 41.31%
G = 29.24%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C38A8B (or 0xC38A8B) is known color: Puce. HEX triplet: C3, 8A and 8B. RGB value is (195,138,139). Sum of RGB (Red+Green+Blue) = 195+138+139=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 138 (54.30% from 255 or 29.24% from 472); Blue value is 139 (54.69% from 255 or 29.45% from 472); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38A8B is #3C7574. Grayscale: #9B9B9B. Windows color (decimal): -3962229 or 9145027. OLE color: 9145027.

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

Color convert

RGB 195 138 139 -
CMYK 0 0.29 0.29 0.24
HSL 358.95º 0.32% 0.65% -
HSV(B) 358.95º 0.29% 0.76% -
XYZ 36.25 31.64 28.62 -
YUV 155.16 118.88 156.42 -
System Red Green Blue C M Y K H S L
Decimal 195 138 139 0 0.29 0.29 0.24 358.95 0.32 0.65
Hex C3 8A 8B 0 1D 1D 18 167 20 41
Octal 303 212 213 0 35 35 30 547 40 101
Binary 11000011 10001010 10001011 0 11101 11101 11000 101100111 100000 1000001

Color Harmonies of #C38A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38A8B

Black with #C38A8B

Text Example


Text Example

White with #C38A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38A8B; }

 p { color: rgb(195,138,139); }

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

background-color css

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

 a { background-color: rgb(195,138,139); }

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

border-color css

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

 span { border-color: rgb(195,138,139); }

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