Html Css Color HEX #C4817F Oriental Pink

📋 copy color: '#C4817F'

red 196 ◦ green 129 ◦ blue 127

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

Shades of Oriental Pink #C4817F

Tints of Oriental Pink #C4817F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.1%

R = 43.36%
G = 28.54%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C4817F (or 0xC4817F) is known color: Oriental Pink. HEX triplet: C4, 81 and 7F. RGB value is (196,129,127). Sum of RGB (Red+Green+Blue) = 196+129+127=452 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.36% from 452); Green value is 129 (50.78% from 255 or 28.54% from 452); Blue value is 127 (50% from 255 or 28.10% from 452); Max value from RGB is 196 - color contains mainly: red. Hex color #C4817F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4817F is #3B7E80. Grayscale: #949494. Windows color (decimal): -3899009 or 8356292. OLE color: 8356292.

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

Color convert

RGB 196 129 127 -
CMYK 0 0.34 0.35 0.23
HSL 1.74º 0.37% 0.63% -
HSV(B) 1.74º 0.35% 0.77% -
XYZ 34.45 28.97 23.85 -
YUV 148.81 115.7 161.66 -
System Red Green Blue C M Y K H S L
Decimal 196 129 127 0 0.34 0.35 0.23 1.74 0.37 0.63
Hex C4 81 7F 0 22 23 17 2 25 3F
Octal 304 201 177 0 42 43 27 2 45 77
Binary 11000100 10000001 1111111 0 100010 100011 10111 10 100101 111111

Color Harmonies of #C4817F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4817F

Black with #C4817F

Text Example


Text Example

White with #C4817F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4817F; }

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

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

background-color css

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

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

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

border-color css

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

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

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