Html Css Color HEX #C28F8C Oriental Pink

📋 copy color: '#C28F8C'

red 194 ◦ green 143 ◦ blue 140

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

Shades of Oriental Pink #C28F8C

Tints of Oriental Pink #C28F8C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.98%

 BLUE value IS 140 (55.08% from 255) = 29.35%

R = 40.67%
G = 29.98%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C28F8C (or 0xC28F8C) is known color: Oriental Pink. HEX triplet: C2, 8F and 8C. RGB value is (194,143,140). Sum of RGB (Red+Green+Blue) = 194+143+140=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 143 (56.25% from 255 or 29.98% from 477); Blue value is 140 (55.08% from 255 or 29.35% from 477); Max value from RGB is 194 - color contains mainly: red. Hex color #C28F8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28F8C is #3D7073. Grayscale: #9D9D9D. Windows color (decimal): -4026484 or 9211842. OLE color: 9211842.

HSL color Cylindrical-coordinate representation of color #C28F8C: hue angle of 3.33º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C28F8C is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 143 140 -
CMYK 0 0.26 0.28 0.24
HSL 3.33º 0.31% 0.65% -
HSV(B) 3.33º 0.28% 0.76% -
XYZ 36.8 33.01 29.24 -
YUV 157.91 117.9 153.74 -
System Red Green Blue C M Y K H S L
Decimal 194 143 140 0 0.26 0.28 0.24 3.33 0.31 0.65
Hex C2 8F 8C 0 1A 1C 18 3 1F 41
Octal 302 217 214 0 32 34 30 3 37 101
Binary 11000010 10001111 10001100 0 11010 11100 11000 11 11111 1000001

Color Harmonies of #C28F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28F8C

Black with #C28F8C

Text Example


Text Example

White with #C28F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28F8C; }

 p { color: rgb(194,143,140); }

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

background-color css

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

 a { background-color: rgb(194,143,140); }

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

border-color css

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

 span { border-color: rgb(194,143,140); }

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