Html Css Color HEX #C59691 Oriental Pink

📋 copy color: '#C59691'

red 197 ◦ green 150 ◦ blue 145

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

Shades of Oriental Pink #C59691

Tints of Oriental Pink #C59691

RGB

 RED value IS 197 (77.34% from 255) = 40.04%

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

 BLUE value IS 145 (57.03% from 255) = 29.47%

R = 40.04%
G = 30.49%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C59691 (or 0xC59691) is known color: Oriental Pink. HEX triplet: C5, 96 and 91. RGB value is (197,150,145). Sum of RGB (Red+Green+Blue) = 197+150+145=492 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.04% from 492); Green value is 150 (58.98% from 255 or 30.49% from 492); Blue value is 145 (57.03% from 255 or 29.47% from 492); Max value from RGB is 197 - color contains mainly: red. Hex color #C59691 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59691 is #3A696E. Grayscale: #A3A3A3. Windows color (decimal): -3828079 or 9541317. OLE color: 9541317.

HSL color Cylindrical-coordinate representation of color #C59691: hue angle of 5.77º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C59691 is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 150 145 -
CMYK 0 0.24 0.26 0.23
HSL 5.77º 0.31% 0.67% -
HSV(B) 5.77º 0.26% 0.77% -
XYZ 39.04 35.73 31.63 -
YUV 163.48 117.57 151.91 -
System Red Green Blue C M Y K H S L
Decimal 197 150 145 0 0.24 0.26 0.23 5.77 0.31 0.67
Hex C5 96 91 0 18 1A 17 6 1F 43
Octal 305 226 221 0 30 32 27 6 37 103
Binary 11000101 10010110 10010001 0 11000 11010 10111 110 11111 1000011

Color Harmonies of #C59691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59691

Black with #C59691

Text Example


Text Example

White with #C59691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59691; }

 p { color: rgb(197,150,145); }

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

background-color css

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

 a { background-color: rgb(197,150,145); }

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

border-color css

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

 span { border-color: rgb(197,150,145); }

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