Html Css Color HEX #C4807E Oriental Pink

📋 copy color: '#C4807E'

red 196 ◦ green 128 ◦ blue 126

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

Shades of Oriental Pink #C4807E

Tints of Oriental Pink #C4807E

RGB

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

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

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

R = 43.56%
G = 28.44%
B = 28%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C4807E (or 0xC4807E) is known color: Oriental Pink. HEX triplet: C4, 80 and 7E. RGB value is (196,128,126). Sum of RGB (Red+Green+Blue) = 196+128+126=450 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.56% from 450); Green value is 128 (50.39% from 255 or 28.44% from 450); Blue value is 126 (49.61% from 255 or 28% from 450); Max value from RGB is 196 - color contains mainly: red. Hex color #C4807E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4807E is #3B7F81. Grayscale: #949494. Windows color (decimal): -3899266 or 8290500. OLE color: 8290500.

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

Color convert

RGB 196 128 126 -
CMYK 0 0.35 0.36 0.23
HSL 1.71º 0.37% 0.63% -
HSV(B) 1.71º 0.36% 0.77% -
XYZ 34.25 28.68 23.47 -
YUV 148.1 115.53 162.16 -
System Red Green Blue C M Y K H S L
Decimal 196 128 126 0 0.35 0.36 0.23 1.71 0.37 0.63
Hex C4 80 7E 0 23 24 17 2 25 3F
Octal 304 200 176 0 43 44 27 2 45 77
Binary 11000100 10000000 1111110 0 100011 100100 10111 10 100101 111111

Color Harmonies of #C4807E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4807E

Black with #C4807E

Text Example


Text Example

White with #C4807E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4807E; }

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

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

background-color css

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

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

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

border-color css

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

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

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