Html Css Color HEX #C38B85 Oriental Pink

📋 copy color: '#C38B85'

red 195 ◦ green 139 ◦ blue 133

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

Shades of Oriental Pink #C38B85

Tints of Oriental Pink #C38B85

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.76%

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

R = 41.76%
G = 29.76%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C38B85 (or 0xC38B85) is known color: Oriental Pink. HEX triplet: C3, 8B and 85. RGB value is (195,139,133). Sum of RGB (Red+Green+Blue) = 195+139+133=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 139 (54.69% from 255 or 29.76% from 467); Blue value is 133 (52.34% from 255 or 28.48% from 467); Max value from RGB is 195 - color contains mainly: red. Hex color #C38B85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38B85 is #3C747A. Grayscale: #9B9B9B. Windows color (decimal): -3961979 or 8752067. OLE color: 8752067.

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

Color convert

RGB 195 139 133 -
CMYK 0 0.29 0.32 0.24
HSL 5.81º 0.34% 0.64% -
HSV(B) 5.81º 0.32% 0.76% -
XYZ 35.97 31.76 26.42 -
YUV 155.06 115.55 156.49 -
System Red Green Blue C M Y K H S L
Decimal 195 139 133 0 0.29 0.32 0.24 5.81 0.34 0.64
Hex C3 8B 85 0 1D 20 18 6 22 40
Octal 303 213 205 0 35 40 30 6 42 100
Binary 11000011 10001011 10000101 0 11101 100000 11000 110 100010 1000000

Color Harmonies of #C38B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38B85

Black with #C38B85

Text Example


Text Example

White with #C38B85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38B85; }

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

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

background-color css

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

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

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

border-color css

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

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

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