Html Css Color HEX #C08787 Oriental Pink

📋 copy color: '#C08787'

red 192 ◦ green 135 ◦ blue 135

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

Shades of Oriental Pink #C08787

Tints of Oriental Pink #C08787

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.22%

 BLUE value IS 135 (53.13% from 255) = 29.22%

R = 41.56%
G = 29.22%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#C08787 (or 0xC08787) is known color: Oriental Pink. HEX triplet: C0, 87 and 87. RGB value is (192,135,135). Sum of RGB (Red+Green+Blue) = 192+135+135=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 135 (53.12% from 255 or 29.22% from 462); Blue value is 135 (53.12% from 255 or 29.22% from 462); Max value from RGB is 192 - color contains mainly: red. Hex color #C08787 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08787 is #3F7878. Grayscale: #989898. Windows color (decimal): -4159609 or 8882112. OLE color: 8882112.

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

Color convert

RGB 192 135 135 -
CMYK 0 0.30 0.30 0.25
HSL 0.31% 0.64% -
HSV(B) 0.3% 0.75% -
XYZ 34.78 30.28 26.93 -
YUV 152.04 118.38 156.5 -
System Red Green Blue C M Y K H S L
Decimal 192 135 135 0 0.30 0.30 0.25 0 0.31 0.64
Hex C0 87 87 0 1E 1E 19 0 1F 40
Octal 300 207 207 0 36 36 31 0 37 100
Binary 11000000 10000111 10000111 0 11110 11110 11001 0 11111 1000000

Color Harmonies of #C08787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08787

Black with #C08787

Text Example


Text Example

White with #C08787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08787; }

 p { color: rgb(192,135,135); }

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

background-color css

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

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

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

border-color css

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

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

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