Html Css Color HEX #C08D88 Oriental Pink

📋 copy color: '#C08D88'

red 192 ◦ green 141 ◦ blue 136

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

Shades of Oriental Pink #C08D88

Tints of Oriental Pink #C08D88

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.06%

 BLUE value IS 136 (53.52% from 255) = 29%

R = 40.94%
G = 30.06%
B = 29%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#C08D88 (or 0xC08D88) is known color: Oriental Pink. HEX triplet: C0, 8D and 88. RGB value is (192,141,136). Sum of RGB (Red+Green+Blue) = 192+141+136=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 141 (55.47% from 255 or 30.06% from 469); Blue value is 136 (53.52% from 255 or 29.00% from 469); Max value from RGB is 192 - color contains mainly: red. Hex color #C08D88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08D88 is #3F7277. Grayscale: #9B9B9B. Windows color (decimal): -4158072 or 8949184. OLE color: 8949184.

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

Color convert

RGB 192 141 136 -
CMYK 0 0.27 0.29 0.25
HSL 5.36º 0.31% 0.64% -
HSV(B) 5.36º 0.29% 0.75% -
XYZ 35.71 32.03 27.59 -
YUV 155.68 116.9 153.91 -
System Red Green Blue C M Y K H S L
Decimal 192 141 136 0 0.27 0.29 0.25 5.36 0.31 0.64
Hex C0 8D 88 0 1B 1D 19 5 1F 40
Octal 300 215 210 0 33 35 31 5 37 100
Binary 11000000 10001101 10001000 0 11011 11101 11001 101 11111 1000000

Color Harmonies of #C08D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08D88

Black with #C08D88

Text Example


Text Example

White with #C08D88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08D88; }

 p { color: rgb(192,141,136); }

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

background-color css

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

 a { background-color: rgb(192,141,136); }

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

border-color css

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

 span { border-color: rgb(192,141,136); }

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