Html Css Color HEX #C2908D Oriental Pink

📋 copy color: '#C2908D'

red 194 ◦ green 144 ◦ blue 141

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

Shades of Oriental Pink #C2908D

Tints of Oriental Pink #C2908D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.06%

 BLUE value IS 141 (55.47% from 255) = 29.44%

R = 40.5%
G = 30.06%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C2908D (or 0xC2908D) is known color: Oriental Pink. HEX triplet: C2, 90 and 8D. RGB value is (194,144,141). Sum of RGB (Red+Green+Blue) = 194+144+141=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 144 (56.64% from 255 or 30.06% from 479); Blue value is 141 (55.47% from 255 or 29.44% from 479); Max value from RGB is 194 - color contains mainly: red. Hex color #C2908D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2908D is #3D6F72. Grayscale: #9E9E9E. Windows color (decimal): -4026227 or 9277634. OLE color: 9277634.

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

Color convert

RGB 194 144 141 -
CMYK 0 0.26 0.27 0.24
HSL 3.4º 0.3% 0.66% -
HSV(B) 3.4º 0.27% 0.76% -
XYZ 37.03 33.34 29.68 -
YUV 158.61 118.07 153.24 -
System Red Green Blue C M Y K H S L
Decimal 194 144 141 0 0.26 0.27 0.24 3.4 0.3 0.66
Hex C2 90 8D 0 1A 1B 18 3 1E 42
Octal 302 220 215 0 32 33 30 3 36 102
Binary 11000010 10010000 10001101 0 11010 11011 11000 11 11110 1000010

Color Harmonies of #C2908D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2908D

Black with #C2908D

Text Example


Text Example

White with #C2908D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2908D; }

 p { color: rgb(194,144,141); }

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

background-color css

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

 a { background-color: rgb(194,144,141); }

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

border-color css

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

 span { border-color: rgb(194,144,141); }

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