Html Css Color HEX #C2847F Oriental Pink

📋 copy color: '#C2847F'

red 194 ◦ green 132 ◦ blue 127

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

Shades of Oriental Pink #C2847F

Tints of Oriental Pink #C2847F

RGB

 RED value IS 194 (76.17% from 255) = 42.83%

 GREEN value IS 132 (51.95% from 255) = 29.14%

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

R = 42.83%
G = 29.14%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C2847F (or 0xC2847F) is known color: Oriental Pink. HEX triplet: C2, 84 and 7F. RGB value is (194,132,127). Sum of RGB (Red+Green+Blue) = 194+132+127=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 132 (51.95% from 255 or 29.14% from 453); Blue value is 127 (50% from 255 or 28.04% from 453); Max value from RGB is 194 - color contains mainly: red. Hex color #C2847F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2847F is #3D7B80. Grayscale: #969696. Windows color (decimal): -4029313 or 8357058. OLE color: 8357058.

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

Color convert

RGB 194 132 127 -
CMYK 0 0.32 0.35 0.24
HSL 4.48º 0.35% 0.63% -
HSV(B) 4.48º 0.35% 0.76% -
XYZ 34.33 29.5 23.96 -
YUV 149.97 115.04 159.41 -
System Red Green Blue C M Y K H S L
Decimal 194 132 127 0 0.32 0.35 0.24 4.48 0.35 0.63
Hex C2 84 7F 0 20 23 18 4 23 3F
Octal 302 204 177 0 40 43 30 4 43 77
Binary 11000010 10000100 1111111 0 100000 100011 11000 100 100011 111111

Color Harmonies of #C2847F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2847F

Black with #C2847F

Text Example


Text Example

White with #C2847F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2847F; }

 p { color: rgb(194,132,127); }

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

background-color css

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

 a { background-color: rgb(194,132,127); }

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

border-color css

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

 span { border-color: rgb(194,132,127); }

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