Html Css Color HEX #C4817E Oriental Pink

📋 copy color: '#C4817E'

red 196 ◦ green 129 ◦ blue 126

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

Shades of Oriental Pink #C4817E

Tints of Oriental Pink #C4817E

RGB

 RED value IS 196 (76.95% from 255) = 43.46%

 GREEN value IS 129 (50.78% from 255) = 28.6%

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

R = 43.46%
G = 28.6%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C4817E (or 0xC4817E) is known color: Oriental Pink. HEX triplet: C4, 81 and 7E. RGB value is (196,129,126). Sum of RGB (Red+Green+Blue) = 196+129+126=451 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.46% from 451); Green value is 129 (50.78% from 255 or 28.60% from 451); Blue value is 126 (49.61% from 255 or 27.94% from 451); Max value from RGB is 196 - color contains mainly: red. Hex color #C4817E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4817E is #3B7E81. Grayscale: #949494. Windows color (decimal): -3899010 or 8290756. OLE color: 8290756.

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

Color convert

RGB 196 129 126 -
CMYK 0 0.34 0.36 0.23
HSL 2.57º 0.37% 0.63% -
HSV(B) 2.57º 0.36% 0.77% -
XYZ 34.38 28.94 23.51 -
YUV 148.69 115.2 161.74 -
System Red Green Blue C M Y K H S L
Decimal 196 129 126 0 0.34 0.36 0.23 2.57 0.37 0.63
Hex C4 81 7E 0 22 24 17 3 25 3F
Octal 304 201 176 0 42 44 27 3 45 77
Binary 11000100 10000001 1111110 0 100010 100100 10111 11 100101 111111

Color Harmonies of #C4817E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4817E

Black with #C4817E

Text Example


Text Example

White with #C4817E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4817E; }

 p { color: rgb(196,129,126); }

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

background-color css

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

 a { background-color: rgb(196,129,126); }

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

border-color css

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

 span { border-color: rgb(196,129,126); }

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