Html Css Color HEX #C18B85 Oriental Pink

📋 copy color: '#C18B85'

red 193 ◦ green 139 ◦ blue 133

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

Shades of Oriental Pink #C18B85

Tints of Oriental Pink #C18B85

RGB

 RED value IS 193 (75.78% from 255) = 41.51%

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

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

R = 41.51%
G = 29.89%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C18B85 (or 0xC18B85) is known color: Oriental Pink. HEX triplet: C1, 8B and 85. RGB value is (193,139,133). Sum of RGB (Red+Green+Blue) = 193+139+133=465 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.51% from 465); Green value is 139 (54.69% from 255 or 29.89% from 465); Blue value is 133 (52.34% from 255 or 28.60% from 465); Max value from RGB is 193 - color contains mainly: red. Hex color #C18B85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18B85 is #3E747A. Grayscale: #9A9A9A. Windows color (decimal): -4093051 or 8752065. OLE color: 8752065.

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

Color convert

RGB 193 139 133 -
CMYK 0 0.28 0.31 0.24
HSL 0.33% 0.64% -
HSV(B) 0.31% 0.76% -
XYZ 35.46 31.5 26.4 -
YUV 154.46 115.89 155.49 -
System Red Green Blue C M Y K H S L
Decimal 193 139 133 0 0.28 0.31 0.24 6 0.33 0.64
Hex C1 8B 85 0 1C 1F 18 6 21 40
Octal 301 213 205 0 34 37 30 6 41 100
Binary 11000001 10001011 10000101 0 11100 11111 11000 110 100001 1000000

Color Harmonies of #C18B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18B85

Black with #C18B85

Text Example


Text Example

White with #C18B85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18B85; }

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

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

background-color css

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

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

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

border-color css

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

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

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