Html Css Color HEX #C09084 Oriental Pink

📋 copy color: '#C09084'

red 192 ◦ green 144 ◦ blue 132

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

Shades of Oriental Pink #C09084

Tints of Oriental Pink #C09084

RGB

 RED value IS 192 (75.39% from 255) = 41.03%

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

 BLUE value IS 132 (51.95% from 255) = 28.21%

R = 41.03%
G = 30.77%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#C09084 (or 0xC09084) is known color: Oriental Pink. HEX triplet: C0, 90 and 84. RGB value is (192,144,132). Sum of RGB (Red+Green+Blue) = 192+144+132=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 144 (56.64% from 255 or 30.77% from 468); Blue value is 132 (51.95% from 255 or 28.21% from 468); Max value from RGB is 192 - color contains mainly: red. Hex color #C09084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09084 is #3F6F7B. Grayscale: #9D9D9D. Windows color (decimal): -4157308 or 8687808. OLE color: 8687808.

HSL color Cylindrical-coordinate representation of color #C09084: hue angle of 12º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C09084 is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 144 132 -
CMYK 0 0.25 0.31 0.25
HSL 12º 0.32% 0.64% -
HSV(B) 12º 0.31% 0.75% -
XYZ 35.88 32.82 26.27 -
YUV 156.98 113.9 152.98 -
System Red Green Blue C M Y K H S L
Decimal 192 144 132 0 0.25 0.31 0.25 12 0.32 0.64
Hex C0 90 84 0 19 1F 19 C 20 40
Octal 300 220 204 0 31 37 31 14 40 100
Binary 11000000 10010000 10000100 0 11001 11111 11001 1100 100000 1000000

Color Harmonies of #C09084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09084

Black with #C09084

Text Example


Text Example

White with #C09084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09084; }

 p { color: rgb(192,144,132); }

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

background-color css

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

 a { background-color: rgb(192,144,132); }

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

border-color css

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

 span { border-color: rgb(192,144,132); }

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