Html Css Color HEX #C3837D Oriental Pink

📋 copy color: '#C3837D'

red 195 ◦ green 131 ◦ blue 125

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

Shades of Oriental Pink #C3837D

Tints of Oriental Pink #C3837D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.05%

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

R = 43.24%
G = 29.05%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C3837D (or 0xC3837D) is known color: Oriental Pink. HEX triplet: C3, 83 and 7D. RGB value is (195,131,125). Sum of RGB (Red+Green+Blue) = 195+131+125=451 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.24% from 451); Green value is 131 (51.56% from 255 or 29.05% from 451); Blue value is 125 (49.22% from 255 or 27.72% from 451); Max value from RGB is 195 - color contains mainly: red. Hex color #C3837D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3837D is #3C7C82. Grayscale: #959595. Windows color (decimal): -3964035 or 8225731. OLE color: 8225731.

HSL color Cylindrical-coordinate representation of color #C3837D: hue angle of 5.14º 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 #C3837D is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 131 125 -
CMYK 0 0.33 0.36 0.24
HSL 5.14º 0.37% 0.63% -
HSV(B) 5.14º 0.36% 0.76% -
XYZ 34.32 29.32 23.25 -
YUV 149.45 114.2 160.49 -
System Red Green Blue C M Y K H S L
Decimal 195 131 125 0 0.33 0.36 0.24 5.14 0.37 0.63
Hex C3 83 7D 0 21 24 18 5 25 3F
Octal 303 203 175 0 41 44 30 5 45 77
Binary 11000011 10000011 1111101 0 100001 100100 11000 101 100101 111111

Color Harmonies of #C3837D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3837D

Black with #C3837D

Text Example


Text Example

White with #C3837D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3837D; }

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

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

background-color css

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

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

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

border-color css

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

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

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