Html Css Color HEX #C99690 Oriental Pink

📋 copy color: '#C99690'

red 201 ◦ green 150 ◦ blue 144

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

Shades of Oriental Pink #C99690

Tints of Oriental Pink #C99690

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.3%

 BLUE value IS 144 (56.64% from 255) = 29.09%

R = 40.61%
G = 30.3%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#C99690 (or 0xC99690) is known color: Oriental Pink. HEX triplet: C9, 96 and 90. RGB value is (201,150,144). Sum of RGB (Red+Green+Blue) = 201+150+144=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 150 (58.98% from 255 or 30.30% from 495); Blue value is 144 (56.64% from 255 or 29.09% from 495); Max value from RGB is 201 - color contains mainly: red. Hex color #C99690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99690 is #36696F. Grayscale: #A4A4A4. Windows color (decimal): -3565936 or 9475785. OLE color: 9475785.

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

Color convert

RGB 201 150 144 -
CMYK 0 0.25 0.28 0.21
HSL 6.32º 0.35% 0.68% -
HSV(B) 6.32º 0.28% 0.79% -
XYZ 40.03 36.24 31.27 -
YUV 164.57 116.4 153.99 -
System Red Green Blue C M Y K H S L
Decimal 201 150 144 0 0.25 0.28 0.21 6.32 0.35 0.68
Hex C9 96 90 0 19 1C 15 6 23 44
Octal 311 226 220 0 31 34 25 6 43 104
Binary 11001001 10010110 10010000 0 11001 11100 10101 110 100011 1000100

Color Harmonies of #C99690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99690

Black with #C99690

Text Example


Text Example

White with #C99690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99690; }

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

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

background-color css

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

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

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

border-color css

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

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

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