Html Css Color HEX #C89692 Oriental Pink

📋 copy color: '#C89692'

red 200 ◦ green 150 ◦ blue 146

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

Shades of Oriental Pink #C89692

Tints of Oriental Pink #C89692

RGB

 RED value IS 200 (78.52% from 255) = 40.32%

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

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

R = 40.32%
G = 30.24%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C89692 (or 0xC89692) is known color: Oriental Pink. HEX triplet: C8, 96 and 92. RGB value is (200,150,146). Sum of RGB (Red+Green+Blue) = 200+150+146=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 150 (58.98% from 255 or 30.24% from 496); Blue value is 146 (57.42% from 255 or 29.44% from 496); Max value from RGB is 200 - color contains mainly: red. Hex color #C89692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89692 is #37696D. Grayscale: #A4A4A4. Windows color (decimal): -3631470 or 9606856. OLE color: 9606856.

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

Color convert

RGB 200 150 146 -
CMYK 0 0.25 0.27 0.22
HSL 4.44º 0.33% 0.68% -
HSV(B) 4.44º 0.27% 0.78% -
XYZ 39.91 36.17 32.07 -
YUV 164.49 117.57 153.33 -
System Red Green Blue C M Y K H S L
Decimal 200 150 146 0 0.25 0.27 0.22 4.44 0.33 0.68
Hex C8 96 92 0 19 1B 16 4 21 44
Octal 310 226 222 0 31 33 26 4 41 104
Binary 11001000 10010110 10010010 0 11001 11011 10110 100 100001 1000100

Color Harmonies of #C89692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89692

Black with #C89692

Text Example


Text Example

White with #C89692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89692; }

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

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

background-color css

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

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

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

border-color css

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

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

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