Html Css Color HEX #C18B8A Oriental Pink

📋 copy color: '#C18B8A'

red 193 ◦ green 139 ◦ blue 138

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

Shades of Oriental Pink #C18B8A

Tints of Oriental Pink #C18B8A

RGB

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

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

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

R = 41.06%
G = 29.57%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C18B8A (or 0xC18B8A) is known color: Oriental Pink. HEX triplet: C1, 8B and 8A. RGB value is (193,139,138). Sum of RGB (Red+Green+Blue) = 193+139+138=470 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.06% from 470); Green value is 139 (54.69% from 255 or 29.57% from 470); Blue value is 138 (54.30% from 255 or 29.36% from 470); Max value from RGB is 193 - color contains mainly: red. Hex color #C18B8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18B8A is #3E7475. Grayscale: #9B9B9B. Windows color (decimal): -4093046 or 9079745. OLE color: 9079745.

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

Color convert

RGB 193 139 138 -
CMYK 0 0.28 0.28 0.24
HSL 1.09º 0.31% 0.65% -
HSV(B) 1.09º 0.28% 0.76% -
XYZ 35.81 31.64 28.26 -
YUV 155.03 118.39 155.08 -
System Red Green Blue C M Y K H S L
Decimal 193 139 138 0 0.28 0.28 0.24 1.09 0.31 0.65
Hex C1 8B 8A 0 1C 1C 18 1 1F 41
Octal 301 213 212 0 34 34 30 1 37 101
Binary 11000001 10001011 10001010 0 11100 11100 11000 1 11111 1000001

Color Harmonies of #C18B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18B8A

Black with #C18B8A

Text Example


Text Example

White with #C18B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18B8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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