Html Css Color HEX #C08F8B Oriental Pink

📋 copy color: '#C08F8B'

red 192 ◦ green 143 ◦ blue 139

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

Shades of Oriental Pink #C08F8B

Tints of Oriental Pink #C08F8B

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.17%

 BLUE value IS 139 (54.69% from 255) = 29.32%

R = 40.51%
G = 30.17%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#C08F8B (or 0xC08F8B) is known color: Oriental Pink. HEX triplet: C0, 8F and 8B. RGB value is (192,143,139). Sum of RGB (Red+Green+Blue) = 192+143+139=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 143 (56.25% from 255 or 30.17% from 474); Blue value is 139 (54.69% from 255 or 29.32% from 474); Max value from RGB is 192 - color contains mainly: red. Hex color #C08F8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08F8B is #3F7074. Grayscale: #9D9D9D. Windows color (decimal): -4157557 or 9146304. OLE color: 9146304.

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

Color convert

RGB 192 143 139 -
CMYK 0 0.26 0.28 0.25
HSL 4.53º 0.3% 0.65% -
HSV(B) 4.53º 0.28% 0.75% -
XYZ 36.22 32.72 28.83 -
YUV 157.2 117.73 152.83 -
System Red Green Blue C M Y K H S L
Decimal 192 143 139 0 0.26 0.28 0.25 4.53 0.3 0.65
Hex C0 8F 8B 0 1A 1C 19 5 1E 41
Octal 300 217 213 0 32 34 31 5 36 101
Binary 11000000 10001111 10001011 0 11010 11100 11001 101 11110 1000001

Color Harmonies of #C08F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08F8B

Black with #C08F8B

Text Example


Text Example

White with #C08F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08F8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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