Html Css Color HEX #C99082 Oriental Pink

📋 copy color: '#C99082'

red 201 ◦ green 144 ◦ blue 130

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

Shades of Oriental Pink #C99082

Tints of Oriental Pink #C99082

RGB

 RED value IS 201 (78.91% from 255) = 42.32%

 GREEN value IS 144 (56.64% from 255) = 30.32%

 BLUE value IS 130 (51.17% from 255) = 27.37%

R = 42.32%
G = 30.32%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#C99082 (or 0xC99082) is known color: Oriental Pink. HEX triplet: C9, 90 and 82. RGB value is (201,144,130). Sum of RGB (Red+Green+Blue) = 201+144+130=475 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.32% from 475); Green value is 144 (56.64% from 255 or 30.32% from 475); Blue value is 130 (51.17% from 255 or 27.37% from 475); Max value from RGB is 201 - color contains mainly: red. Hex color #C99082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99082 is #366F7D. Grayscale: #9F9F9F. Windows color (decimal): -3567486 or 8556745. OLE color: 8556745.

HSL color Cylindrical-coordinate representation of color #C99082: hue angle of 11.83º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C99082 is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 144 130 -
CMYK 0 0.28 0.35 0.21
HSL 11.83º 0.4% 0.65% -
HSV(B) 11.83º 0.35% 0.79% -
XYZ 38.09 33.98 25.67 -
YUV 159.45 111.38 157.64 -
System Red Green Blue C M Y K H S L
Decimal 201 144 130 0 0.28 0.35 0.21 11.83 0.4 0.65
Hex C9 90 82 0 1C 23 15 C 28 41
Octal 311 220 202 0 34 43 25 14 50 101
Binary 11001001 10010000 10000010 0 11100 100011 10101 1100 101000 1000001

Color Harmonies of #C99082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99082

Black with #C99082

Text Example


Text Example

White with #C99082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99082; }

 p { color: rgb(201,144,130); }

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

background-color css

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

 a { background-color: rgb(201,144,130); }

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

border-color css

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

 span { border-color: rgb(201,144,130); }

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