Html Css Color HEX #C28F8A Oriental Pink

📋 copy color: '#C28F8A'

red 194 ◦ green 143 ◦ blue 138

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

Shades of Oriental Pink #C28F8A

Tints of Oriental Pink #C28F8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.05%

R = 40.84%
G = 30.11%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C28F8A (or 0xC28F8A) is known color: Oriental Pink. HEX triplet: C2, 8F and 8A. RGB value is (194,143,138). Sum of RGB (Red+Green+Blue) = 194+143+138=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 143 (56.25% from 255 or 30.11% from 475); Blue value is 138 (54.30% from 255 or 29.05% from 475); Max value from RGB is 194 - color contains mainly: red. Hex color #C28F8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28F8A is #3D7075. Grayscale: #9D9D9D. Windows color (decimal): -4026486 or 9080770. OLE color: 9080770.

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

Color convert

RGB 194 143 138 -
CMYK 0 0.26 0.29 0.24
HSL 5.36º 0.31% 0.65% -
HSV(B) 5.36º 0.29% 0.76% -
XYZ 36.66 32.95 28.47 -
YUV 157.68 116.9 153.91 -
System Red Green Blue C M Y K H S L
Decimal 194 143 138 0 0.26 0.29 0.24 5.36 0.31 0.65
Hex C2 8F 8A 0 1A 1D 18 5 1F 41
Octal 302 217 212 0 32 35 30 5 37 101
Binary 11000010 10001111 10001010 0 11010 11101 11000 101 11111 1000001

Color Harmonies of #C28F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28F8A

Black with #C28F8A

Text Example


Text Example

White with #C28F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28F8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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