Html Css Color HEX #C3877D Oriental Pink

📋 copy color: '#C3877D'

red 195 ◦ green 135 ◦ blue 125

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

Shades of Oriental Pink #C3877D

Tints of Oriental Pink #C3877D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.67%

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

R = 42.86%
G = 29.67%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C3877D (or 0xC3877D) is known color: Oriental Pink. HEX triplet: C3, 87 and 7D. RGB value is (195,135,125). Sum of RGB (Red+Green+Blue) = 195+135+125=455 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.86% from 455); Green value is 135 (53.12% from 255 or 29.67% from 455); Blue value is 125 (49.22% from 255 or 27.47% from 455); Max value from RGB is 195 - color contains mainly: red. Hex color #C3877D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3877D is #3C7882. Grayscale: #979797. Windows color (decimal): -3963011 or 8226755. OLE color: 8226755.

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

Color convert

RGB 195 135 125 -
CMYK 0 0.31 0.36 0.24
HSL 8.57º 0.37% 0.63% -
HSV(B) 8.57º 0.36% 0.76% -
XYZ 34.87 30.41 23.43 -
YUV 151.8 112.88 158.81 -
System Red Green Blue C M Y K H S L
Decimal 195 135 125 0 0.31 0.36 0.24 8.57 0.37 0.63
Hex C3 87 7D 0 1F 24 18 9 25 3F
Octal 303 207 175 0 37 44 30 11 45 77
Binary 11000011 10000111 1111101 0 11111 100100 11000 1001 100101 111111

Color Harmonies of #C3877D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3877D

Black with #C3877D

Text Example


Text Example

White with #C3877D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3877D; }

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

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

background-color css

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

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

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

border-color css

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

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

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