Html Css Color HEX #C2817E Oriental Pink

📋 copy color: '#C2817E'

red 194 ◦ green 129 ◦ blue 126

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

Shades of Oriental Pink #C2817E

Tints of Oriental Pink #C2817E

RGB

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

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

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

R = 43.21%
G = 28.73%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C2817E (or 0xC2817E) is known color: Oriental Pink. HEX triplet: C2, 81 and 7E. RGB value is (194,129,126). Sum of RGB (Red+Green+Blue) = 194+129+126=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 129 (50.78% from 255 or 28.73% from 449); Blue value is 126 (49.61% from 255 or 28.06% from 449); Max value from RGB is 194 - color contains mainly: red. Hex color #C2817E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2817E is #3D7E81. Grayscale: #949494. Windows color (decimal): -4030082 or 8290754. OLE color: 8290754.

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

Color convert

RGB 194 129 126 -
CMYK 0 0.34 0.35 0.24
HSL 2.65º 0.36% 0.63% -
HSV(B) 2.65º 0.35% 0.76% -
XYZ 33.86 28.68 23.49 -
YUV 148.09 115.53 160.74 -
System Red Green Blue C M Y K H S L
Decimal 194 129 126 0 0.34 0.35 0.24 2.65 0.36 0.63
Hex C2 81 7E 0 22 23 18 3 24 3F
Octal 302 201 176 0 42 43 30 3 44 77
Binary 11000010 10000001 1111110 0 100010 100011 11000 11 100100 111111

Color Harmonies of #C2817E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2817E

Black with #C2817E

Text Example


Text Example

White with #C2817E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2817E; }

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

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

background-color css

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

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

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

border-color css

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

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

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