Html Css Color HEX #C08484 Oriental Pink

📋 copy color: '#C08484'

red 192 ◦ green 132 ◦ blue 132

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

Shades of Oriental Pink #C08484

Tints of Oriental Pink #C08484

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.95%

 BLUE value IS 132 (51.95% from 255) = 28.95%

R = 42.11%
G = 28.95%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#C08484 (or 0xC08484) is known color: Oriental Pink. HEX triplet: C0, 84 and 84. RGB value is (192,132,132). Sum of RGB (Red+Green+Blue) = 192+132+132=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 132 (51.95% from 255 or 28.95% from 456); Blue value is 132 (51.95% from 255 or 28.95% from 456); Max value from RGB is 192 - color contains mainly: red. Hex color #C08484 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08484 is #3F7B7B. Grayscale: #969696. Windows color (decimal): -4160380 or 8684736. OLE color: 8684736.

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

Color convert

RGB 192 132 132 -
CMYK 0 0.31 0.31 0.25
HSL 0.32% 0.64% -
HSV(B) 0.31% 0.75% -
XYZ 34.15 29.37 25.7 -
YUV 149.94 117.88 158 -
System Red Green Blue C M Y K H S L
Decimal 192 132 132 0 0.31 0.31 0.25 0 0.32 0.64
Hex C0 84 84 0 1F 1F 19 0 20 40
Octal 300 204 204 0 37 37 31 0 40 100
Binary 11000000 10000100 10000100 0 11111 11111 11001 0 100000 1000000

Color Harmonies of #C08484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08484

Black with #C08484

Text Example


Text Example

White with #C08484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08484; }

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

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

background-color css

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

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

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

border-color css

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

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

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