Html Css Color HEX #C3897E Oriental Pink

📋 copy color: '#C3897E'

red 195 ◦ green 137 ◦ blue 126

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

Shades of Oriental Pink #C3897E

Tints of Oriental Pink #C3897E

RGB

 RED value IS 195 (76.56% from 255) = 42.58%

 GREEN value IS 137 (53.91% from 255) = 29.91%

 BLUE value IS 126 (49.61% from 255) = 27.51%

R = 42.58%
G = 29.91%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C3897E (or 0xC3897E) is known color: Oriental Pink. HEX triplet: C3, 89 and 7E. RGB value is (195,137,126). Sum of RGB (Red+Green+Blue) = 195+137+126=458 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.58% from 458); Green value is 137 (53.91% from 255 or 29.91% from 458); Blue value is 126 (49.61% from 255 or 27.51% from 458); Max value from RGB is 195 - color contains mainly: red. Hex color #C3897E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3897E is #3C7681. Grayscale: #999999. Windows color (decimal): -3962498 or 8292803. OLE color: 8292803.

HSL color Cylindrical-coordinate representation of color #C3897E: hue angle of 9.57º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C3897E is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 137 126 -
CMYK 0 0.30 0.35 0.24
HSL 9.57º 0.37% 0.63% -
HSV(B) 9.57º 0.35% 0.76% -
XYZ 35.22 31 23.87 -
YUV 153.09 112.72 157.89 -
System Red Green Blue C M Y K H S L
Decimal 195 137 126 0 0.30 0.35 0.24 9.57 0.37 0.63
Hex C3 89 7E 0 1E 23 18 A 25 3F
Octal 303 211 176 0 36 43 30 12 45 77
Binary 11000011 10001001 1111110 0 11110 100011 11000 1010 100101 111111

Color Harmonies of #C3897E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3897E

Black with #C3897E

Text Example


Text Example

White with #C3897E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3897E; }

 p { color: rgb(195,137,126); }

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

background-color css

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

 a { background-color: rgb(195,137,126); }

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

border-color css

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

 span { border-color: rgb(195,137,126); }

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