Html Css Color HEX #C18A85 Oriental Pink

📋 copy color: '#C18A85'

red 193 ◦ green 138 ◦ blue 133

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

Shades of Oriental Pink #C18A85

Tints of Oriental Pink #C18A85

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.74%

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

R = 41.59%
G = 29.74%
B = 28.66%

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

#C18A85 (or 0xC18A85) is known color: Oriental Pink. HEX triplet: C1, 8A and 85. RGB value is (193,138,133). Sum of RGB (Red+Green+Blue) = 193+138+133=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 138 (54.30% from 255 or 29.74% from 464); Blue value is 133 (52.34% from 255 or 28.66% from 464); Max value from RGB is 193 - color contains mainly: red. Hex color #C18A85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18A85 is #3E757A. Grayscale: #999999. Windows color (decimal): -4093307 or 8751809. OLE color: 8751809.

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

Color convert

RGB 193 138 133 -
CMYK 0 0.28 0.31 0.24
HSL 0.33% 0.64% -
HSV(B) 0.31% 0.76% -
XYZ 35.31 31.21 26.35 -
YUV 153.88 116.22 155.91 -
System Red Green Blue C M Y K H S L
Decimal 193 138 133 0 0.28 0.31 0.24 5 0.33 0.64
Hex C1 8A 85 0 1C 1F 18 5 21 40
Octal 301 212 205 0 34 37 30 5 41 100
Binary 11000001 10001010 10000101 0 11100 11111 11000 101 100001 1000000

Color Harmonies of #C18A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18A85

Black with #C18A85

Text Example


Text Example

White with #C18A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18A85; }

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

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

background-color css

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

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

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

border-color css

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

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

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