Html Css Color HEX #C3807E Oriental Pink

📋 copy color: '#C3807E'

red 195 ◦ green 128 ◦ blue 126

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

Shades of Oriental Pink #C3807E

Tints of Oriental Pink #C3807E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.51%

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

R = 43.43%
G = 28.51%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C3807E (or 0xC3807E) is known color: Oriental Pink. HEX triplet: C3, 80 and 7E. RGB value is (195,128,126). Sum of RGB (Red+Green+Blue) = 195+128+126=449 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.43% from 449); Green value is 128 (50.39% from 255 or 28.51% from 449); Blue value is 126 (49.61% from 255 or 28.06% from 449); Max value from RGB is 195 - color contains mainly: red. Hex color #C3807E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3807E is #3C7F81. Grayscale: #939393. Windows color (decimal): -3964802 or 8290499. OLE color: 8290499.

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

Color convert

RGB 195 128 126 -
CMYK 0 0.34 0.35 0.24
HSL 1.74º 0.37% 0.63% -
HSV(B) 1.74º 0.35% 0.76% -
XYZ 33.99 28.55 23.46 -
YUV 147.81 115.7 161.66 -
System Red Green Blue C M Y K H S L
Decimal 195 128 126 0 0.34 0.35 0.24 1.74 0.37 0.63
Hex C3 80 7E 0 22 23 18 2 25 3F
Octal 303 200 176 0 42 43 30 2 45 77
Binary 11000011 10000000 1111110 0 100010 100011 11000 10 100101 111111

Color Harmonies of #C3807E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3807E

Black with #C3807E

Text Example


Text Example

White with #C3807E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3807E; }

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

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

background-color css

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

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

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

border-color css

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

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

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