Html Css Color HEX #C19082 Oriental Pink

📋 copy color: '#C19082'

red 193 ◦ green 144 ◦ blue 130

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

Shades of Oriental Pink #C19082

Tints of Oriental Pink #C19082

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.84%

 BLUE value IS 130 (51.17% from 255) = 27.84%

R = 41.33%
G = 30.84%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C19082 (or 0xC19082) is known color: Oriental Pink. HEX triplet: C1, 90 and 82. RGB value is (193,144,130). Sum of RGB (Red+Green+Blue) = 193+144+130=467 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.33% from 467); Green value is 144 (56.64% from 255 or 30.84% from 467); Blue value is 130 (51.17% from 255 or 27.84% from 467); Max value from RGB is 193 - color contains mainly: red. Hex color #C19082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19082 is #3E6F7D. Grayscale: #9D9D9D. Windows color (decimal): -4091774 or 8556737. OLE color: 8556737.

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

Color convert

RGB 193 144 130 -
CMYK 0 0.25 0.33 0.24
HSL 13.33º 0.34% 0.63% -
HSV(B) 13.33º 0.33% 0.76% -
XYZ 35.99 32.9 25.57 -
YUV 157.06 112.73 153.64 -
System Red Green Blue C M Y K H S L
Decimal 193 144 130 0 0.25 0.33 0.24 13.33 0.34 0.63
Hex C1 90 82 0 19 21 18 D 22 3F
Octal 301 220 202 0 31 41 30 15 42 77
Binary 11000001 10010000 10000010 0 11001 100001 11000 1101 100010 111111

Color Harmonies of #C19082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19082

Black with #C19082

Text Example


Text Example

White with #C19082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19082; }

 p { color: rgb(193,144,130); }

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

background-color css

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

 a { background-color: rgb(193,144,130); }

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

border-color css

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

 span { border-color: rgb(193,144,130); }

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