Html Css Color HEX #C1877E Oriental Pink

📋 copy color: '#C1877E'

red 193 ◦ green 135 ◦ blue 126

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

Shades of Oriental Pink #C1877E

Tints of Oriental Pink #C1877E

RGB

 RED value IS 193 (75.78% from 255) = 42.51%

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

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

R = 42.51%
G = 29.74%
B = 27.75%

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

#C1877E (or 0xC1877E) is known color: Oriental Pink. HEX triplet: C1, 87 and 7E. RGB value is (193,135,126). Sum of RGB (Red+Green+Blue) = 193+135+126=454 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.51% from 454); Green value is 135 (53.12% from 255 or 29.74% from 454); Blue value is 126 (49.61% from 255 or 27.75% from 454); Max value from RGB is 193 - color contains mainly: red. Hex color #C1877E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1877E is #3E7881. Grayscale: #979797. Windows color (decimal): -4094082 or 8292289. OLE color: 8292289.

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

Color convert

RGB 193 135 126 -
CMYK 0 0.30 0.35 0.24
HSL 8.06º 0.35% 0.63% -
HSV(B) 8.06º 0.35% 0.76% -
XYZ 34.42 30.17 23.75 -
YUV 151.32 113.72 157.73 -
System Red Green Blue C M Y K H S L
Decimal 193 135 126 0 0.30 0.35 0.24 8.06 0.35 0.63
Hex C1 87 7E 0 1E 23 18 8 23 3F
Octal 301 207 176 0 36 43 30 10 43 77
Binary 11000001 10000111 1111110 0 11110 100011 11000 1000 100011 111111

Color Harmonies of #C1877E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1877E

Black with #C1877E

Text Example


Text Example

White with #C1877E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1877E; }

 p { color: rgb(193,135,126); }

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

background-color css

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

 a { background-color: rgb(193,135,126); }

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

border-color css

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

 span { border-color: rgb(193,135,126); }

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