Html Css Color HEX #C09691 Oriental Pink

📋 copy color: '#C09691'

red 192 ◦ green 150 ◦ blue 145

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

Shades of Oriental Pink #C09691

Tints of Oriental Pink #C09691

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.8%

 BLUE value IS 145 (57.03% from 255) = 29.77%

R = 39.43%
G = 30.8%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#C09691 (or 0xC09691) is known color: Oriental Pink. HEX triplet: C0, 96 and 91. RGB value is (192,150,145). Sum of RGB (Red+Green+Blue) = 192+150+145=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 150 (58.98% from 255 or 30.80% from 487); Blue value is 145 (57.03% from 255 or 29.77% from 487); Max value from RGB is 192 - color contains mainly: red. Hex color #C09691 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09691 is #3F696E. Grayscale: #A2A2A2. Windows color (decimal): -4155759 or 9541312. OLE color: 9541312.

HSL color Cylindrical-coordinate representation of color #C09691: hue angle of 6.38º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C09691 is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 150 145 -
CMYK 0 0.22 0.24 0.25
HSL 6.38º 0.27% 0.66% -
HSV(B) 6.38º 0.24% 0.75% -
XYZ 37.76 35.06 31.57 -
YUV 161.99 118.41 149.41 -
System Red Green Blue C M Y K H S L
Decimal 192 150 145 0 0.22 0.24 0.25 6.38 0.27 0.66
Hex C0 96 91 0 16 18 19 6 1B 42
Octal 300 226 221 0 26 30 31 6 33 102
Binary 11000000 10010110 10010001 0 10110 11000 11001 110 11011 1000010

Color Harmonies of #C09691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09691

Black with #C09691

Text Example


Text Example

White with #C09691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09691; }

 p { color: rgb(192,150,145); }

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

background-color css

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

 a { background-color: rgb(192,150,145); }

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

border-color css

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

 span { border-color: rgb(192,150,145); }

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