Html Css Color HEX #C3897D Oriental Pink

📋 copy color: '#C3897D'

red 195 ◦ green 137 ◦ blue 125

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

Shades of Oriental Pink #C3897D

Tints of Oriental Pink #C3897D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.35%

R = 42.67%
G = 29.98%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C3897D (or 0xC3897D) is known color: Oriental Pink. HEX triplet: C3, 89 and 7D. RGB value is (195,137,125). Sum of RGB (Red+Green+Blue) = 195+137+125=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 137 (53.91% from 255 or 29.98% from 457); Blue value is 125 (49.22% from 255 or 27.35% from 457); Max value from RGB is 195 - color contains mainly: red. Hex color #C3897D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3897D is #3C7682. Grayscale: #999999. Windows color (decimal): -3962499 or 8227267. OLE color: 8227267.

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

Color convert

RGB 195 137 125 -
CMYK 0 0.30 0.36 0.24
HSL 10.29º 0.37% 0.63% -
HSV(B) 10.29º 0.36% 0.76% -
XYZ 35.15 30.97 23.53 -
YUV 152.97 112.22 157.98 -
System Red Green Blue C M Y K H S L
Decimal 195 137 125 0 0.30 0.36 0.24 10.29 0.37 0.63
Hex C3 89 7D 0 1E 24 18 A 25 3F
Octal 303 211 175 0 36 44 30 12 45 77
Binary 11000011 10001001 1111101 0 11110 100100 11000 1010 100101 111111

Color Harmonies of #C3897D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3897D

Black with #C3897D

Text Example


Text Example

White with #C3897D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3897D; }

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

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

background-color css

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

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

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

border-color css

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

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

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