Html Css Color HEX #C4908C Oriental Pink

📋 copy color: '#C4908C'

red 196 ◦ green 144 ◦ blue 140

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

Shades of Oriental Pink #C4908C

Tints of Oriental Pink #C4908C

RGB

 RED value IS 196 (76.95% from 255) = 40.83%

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

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

R = 40.83%
G = 30%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C4908C (or 0xC4908C) is known color: Oriental Pink. HEX triplet: C4, 90 and 8C. RGB value is (196,144,140). Sum of RGB (Red+Green+Blue) = 196+144+140=480 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.83% from 480); Green value is 144 (56.64% from 255 or 30% from 480); Blue value is 140 (55.08% from 255 or 29.17% from 480); Max value from RGB is 196 - color contains mainly: red. Hex color #C4908C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4908C is #3B6F73. Grayscale: #9F9F9F. Windows color (decimal): -3895156 or 9212100. OLE color: 9212100.

HSL color Cylindrical-coordinate representation of color #C4908C: hue angle of 4.29º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C4908C is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 144 140 -
CMYK 0 0.27 0.29 0.23
HSL 4.29º 0.32% 0.66% -
HSV(B) 4.29º 0.29% 0.77% -
XYZ 37.47 33.58 29.32 -
YUV 159.09 117.23 154.33 -
System Red Green Blue C M Y K H S L
Decimal 196 144 140 0 0.27 0.29 0.23 4.29 0.32 0.66
Hex C4 90 8C 0 1B 1D 17 4 20 42
Octal 304 220 214 0 33 35 27 4 40 102
Binary 11000100 10010000 10001100 0 11011 11101 10111 100 100000 1000010

Color Harmonies of #C4908C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4908C

Black with #C4908C

Text Example


Text Example

White with #C4908C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4908C; }

 p { color: rgb(196,144,140); }

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

background-color css

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

 a { background-color: rgb(196,144,140); }

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

border-color css

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

 span { border-color: rgb(196,144,140); }

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