Html Css Color HEX #C08B7F Oriental Pink

📋 copy color: '#C08B7F'

red 192 ◦ green 139 ◦ blue 127

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

Shades of Oriental Pink #C08B7F

Tints of Oriental Pink #C08B7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.73%

R = 41.92%
G = 30.35%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C08B7F (or 0xC08B7F) is known color: Oriental Pink. HEX triplet: C0, 8B and 7F. RGB value is (192,139,127). Sum of RGB (Red+Green+Blue) = 192+139+127=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 139 (54.69% from 255 or 30.35% from 458); Blue value is 127 (50% from 255 or 27.73% from 458); Max value from RGB is 192 - color contains mainly: red. Hex color #C08B7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08B7F is #3F7480. Grayscale: #999999. Windows color (decimal): -4158593 or 8358848. OLE color: 8358848.

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

Color convert

RGB 192 139 127 -
CMYK 0 0.28 0.34 0.25
HSL 11.08º 0.34% 0.63% -
HSV(B) 11.08º 0.34% 0.75% -
XYZ 34.8 31.2 24.27 -
YUV 153.48 113.06 155.48 -
System Red Green Blue C M Y K H S L
Decimal 192 139 127 0 0.28 0.34 0.25 11.08 0.34 0.63
Hex C0 8B 7F 0 1C 22 19 B 22 3F
Octal 300 213 177 0 34 42 31 13 42 77
Binary 11000000 10001011 1111111 0 11100 100010 11001 1011 100010 111111

Color Harmonies of #C08B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08B7F

Black with #C08B7F

Text Example


Text Example

White with #C08B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08B7F; }

 p { color: rgb(192,139,127); }

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

background-color css

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

 a { background-color: rgb(192,139,127); }

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

border-color css

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

 span { border-color: rgb(192,139,127); }

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