Html Css Color HEX #C38D8A Oriental Pink

📋 copy color: '#C38D8A'

red 195 ◦ green 141 ◦ blue 138

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

Shades of Oriental Pink #C38D8A

Tints of Oriental Pink #C38D8A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.75%

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

R = 41.14%
G = 29.75%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C38D8A (or 0xC38D8A) is known color: Oriental Pink. HEX triplet: C3, 8D and 8A. RGB value is (195,141,138). Sum of RGB (Red+Green+Blue) = 195+141+138=474 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.14% from 474); Green value is 141 (55.47% from 255 or 29.75% from 474); Blue value is 138 (54.30% from 255 or 29.11% from 474); Max value from RGB is 195 - color contains mainly: red. Hex color #C38D8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38D8A is #3C7275. Grayscale: #9C9C9C. Windows color (decimal): -3961462 or 9080259. OLE color: 9080259.

HSL color Cylindrical-coordinate representation of color #C38D8A: hue angle of 3.16º 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 #C38D8A is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 141 138 -
CMYK 0 0.28 0.29 0.24
HSL 3.16º 0.32% 0.65% -
HSV(B) 3.16º 0.29% 0.76% -
XYZ 36.62 32.49 28.39 -
YUV 156.8 117.39 155.24 -
System Red Green Blue C M Y K H S L
Decimal 195 141 138 0 0.28 0.29 0.24 3.16 0.32 0.65
Hex C3 8D 8A 0 1C 1D 18 3 20 41
Octal 303 215 212 0 34 35 30 3 40 101
Binary 11000011 10001101 10001010 0 11100 11101 11000 11 100000 1000001

Color Harmonies of #C38D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38D8A

Black with #C38D8A

Text Example


Text Example

White with #C38D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38D8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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