Html Css Color HEX #C99692 Oriental Pink

📋 copy color: '#C99692'

red 201 ◦ green 150 ◦ blue 146

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

Shades of Oriental Pink #C99692

Tints of Oriental Pink #C99692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.38%

R = 40.44%
G = 30.18%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#C99692 (or 0xC99692) is known color: Oriental Pink. HEX triplet: C9, 96 and 92. RGB value is (201,150,146). Sum of RGB (Red+Green+Blue) = 201+150+146=497 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.44% from 497); Green value is 150 (58.98% from 255 or 30.18% from 497); Blue value is 146 (57.42% from 255 or 29.38% from 497); Max value from RGB is 201 - color contains mainly: red. Hex color #C99692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99692 is #36696D. Grayscale: #A4A4A4. Windows color (decimal): -3565934 or 9606857. OLE color: 9606857.

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

Color convert

RGB 201 150 146 -
CMYK 0 0.25 0.27 0.21
HSL 4.36º 0.34% 0.68% -
HSV(B) 4.36º 0.27% 0.79% -
XYZ 40.18 36.31 32.08 -
YUV 164.79 117.4 153.83 -
System Red Green Blue C M Y K H S L
Decimal 201 150 146 0 0.25 0.27 0.21 4.36 0.34 0.68
Hex C9 96 92 0 19 1B 15 4 22 44
Octal 311 226 222 0 31 33 25 4 42 104
Binary 11001001 10010110 10010010 0 11001 11011 10101 100 100010 1000100

Color Harmonies of #C99692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99692

Black with #C99692

Text Example


Text Example

White with #C99692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99692; }

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

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

background-color css

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

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

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

border-color css

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

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

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