Html Css Color HEX #C2807E Oriental Pink

📋 copy color: '#C2807E'

red 194 ◦ green 128 ◦ blue 126

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

Shades of Oriental Pink #C2807E

Tints of Oriental Pink #C2807E

RGB

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

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

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

R = 43.3%
G = 28.57%
B = 28.13%

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

#C2807E (or 0xC2807E) is known color: Oriental Pink. HEX triplet: C2, 80 and 7E. RGB value is (194,128,126). Sum of RGB (Red+Green+Blue) = 194+128+126=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 128 (50.39% from 255 or 28.57% from 448); Blue value is 126 (49.61% from 255 or 28.12% from 448); Max value from RGB is 194 - color contains mainly: red. Hex color #C2807E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2807E is #3D7F81. Grayscale: #939393. Windows color (decimal): -4030338 or 8290498. OLE color: 8290498.

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

Color convert

RGB 194 128 126 -
CMYK 0 0.34 0.35 0.24
HSL 1.76º 0.36% 0.63% -
HSV(B) 1.76º 0.35% 0.76% -
XYZ 33.73 28.41 23.45 -
YUV 147.51 115.87 161.16 -
System Red Green Blue C M Y K H S L
Decimal 194 128 126 0 0.34 0.35 0.24 1.76 0.36 0.63
Hex C2 80 7E 0 22 23 18 2 24 3F
Octal 302 200 176 0 42 43 30 2 44 77
Binary 11000010 10000000 1111110 0 100010 100011 11000 10 100100 111111

Color Harmonies of #C2807E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2807E

Black with #C2807E

Text Example


Text Example

White with #C2807E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2807E; }

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

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

background-color css

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

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

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

border-color css

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

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

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