Html Css Color HEX #C2908A Oriental Pink

📋 copy color: '#C2908A'

red 194 ◦ green 144 ◦ blue 138

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

Shades of Oriental Pink #C2908A

Tints of Oriental Pink #C2908A

RGB

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

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

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

R = 40.76%
G = 30.25%
B = 28.99%

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

#C2908A (or 0xC2908A) is known color: Oriental Pink. HEX triplet: C2, 90 and 8A. RGB value is (194,144,138). Sum of RGB (Red+Green+Blue) = 194+144+138=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 144 (56.64% from 255 or 30.25% from 476); Blue value is 138 (54.30% from 255 or 28.99% from 476); Max value from RGB is 194 - color contains mainly: red. Hex color #C2908A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2908A is #3D6F75. Grayscale: #9E9E9E. Windows color (decimal): -4026230 or 9081026. OLE color: 9081026.

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

Color convert

RGB 194 144 138 -
CMYK 0 0.26 0.29 0.24
HSL 6.43º 0.31% 0.65% -
HSV(B) 6.43º 0.29% 0.76% -
XYZ 36.81 33.25 28.52 -
YUV 158.27 116.57 153.49 -
System Red Green Blue C M Y K H S L
Decimal 194 144 138 0 0.26 0.29 0.24 6.43 0.31 0.65
Hex C2 90 8A 0 1A 1D 18 6 1F 41
Octal 302 220 212 0 32 35 30 6 37 101
Binary 11000010 10010000 10001010 0 11010 11101 11000 110 11111 1000001

Color Harmonies of #C2908A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2908A

Black with #C2908A

Text Example


Text Example

White with #C2908A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2908A; }

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

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

background-color css

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

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

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

border-color css

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

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

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