Html Css Color HEX #C2908B Oriental Pink

📋 copy color: '#C2908B'

red 194 ◦ green 144 ◦ blue 139

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

Shades of Oriental Pink #C2908B

Tints of Oriental Pink #C2908B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.14%

R = 40.67%
G = 30.19%
B = 29.14%

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

#C2908B (or 0xC2908B) is known color: Oriental Pink. HEX triplet: C2, 90 and 8B. RGB value is (194,144,139). Sum of RGB (Red+Green+Blue) = 194+144+139=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 144 (56.64% from 255 or 30.19% from 477); Blue value is 139 (54.69% from 255 or 29.14% from 477); Max value from RGB is 194 - color contains mainly: red. Hex color #C2908B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2908B is #3D6F74. Grayscale: #9E9E9E. Windows color (decimal): -4026229 or 9146562. OLE color: 9146562.

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

Color convert

RGB 194 144 139 -
CMYK 0 0.26 0.28 0.24
HSL 5.45º 0.31% 0.65% -
HSV(B) 5.45º 0.28% 0.76% -
XYZ 36.88 33.28 28.91 -
YUV 158.38 117.07 153.41 -
System Red Green Blue C M Y K H S L
Decimal 194 144 139 0 0.26 0.28 0.24 5.45 0.31 0.65
Hex C2 90 8B 0 1A 1C 18 5 1F 41
Octal 302 220 213 0 32 34 30 5 37 101
Binary 11000010 10010000 10001011 0 11010 11100 11000 101 11111 1000001

Color Harmonies of #C2908B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2908B

Black with #C2908B

Text Example


Text Example

White with #C2908B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2908B; }

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

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

background-color css

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

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

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

border-color css

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

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

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