Html Css Color HEX #C38E85 Oriental Pink

📋 copy color: '#C38E85'

red 195 ◦ green 142 ◦ blue 133

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

Shades of Oriental Pink #C38E85

Tints of Oriental Pink #C38E85

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.21%

 BLUE value IS 133 (52.34% from 255) = 28.3%

R = 41.49%
G = 30.21%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C38E85 (or 0xC38E85) is known color: Oriental Pink. HEX triplet: C3, 8E and 85. RGB value is (195,142,133). Sum of RGB (Red+Green+Blue) = 195+142+133=470 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.49% from 470); Green value is 142 (55.86% from 255 or 30.21% from 470); Blue value is 133 (52.34% from 255 or 28.30% from 470); Max value from RGB is 195 - color contains mainly: red. Hex color #C38E85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38E85 is #3C717A. Grayscale: #9C9C9C. Windows color (decimal): -3961211 or 8752835. OLE color: 8752835.

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

Color convert

RGB 195 142 133 -
CMYK 0 0.27 0.32 0.24
HSL 8.71º 0.34% 0.64% -
HSV(B) 8.71º 0.32% 0.76% -
XYZ 36.41 32.64 26.57 -
YUV 156.82 114.56 155.23 -
System Red Green Blue C M Y K H S L
Decimal 195 142 133 0 0.27 0.32 0.24 8.71 0.34 0.64
Hex C3 8E 85 0 1B 20 18 9 22 40
Octal 303 216 205 0 33 40 30 11 42 100
Binary 11000011 10001110 10000101 0 11011 100000 11000 1001 100010 1000000

Color Harmonies of #C38E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38E85

Black with #C38E85

Text Example


Text Example

White with #C38E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38E85; }

 p { color: rgb(195,142,133); }

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

background-color css

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

 a { background-color: rgb(195,142,133); }

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

border-color css

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

 span { border-color: rgb(195,142,133); }

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