Html Css Color HEX #C3908D Oriental Pink

📋 copy color: '#C3908D'

red 195 ◦ green 144 ◦ blue 141

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

Shades of Oriental Pink #C3908D

Tints of Oriental Pink #C3908D

RGB

 RED value IS 195 (76.56% from 255) = 40.63%

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

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

R = 40.63%
G = 30%
B = 29.38%

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

#C3908D (or 0xC3908D) is known color: Oriental Pink. HEX triplet: C3, 90 and 8D. RGB value is (195,144,141). Sum of RGB (Red+Green+Blue) = 195+144+141=480 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.62% from 480); Green value is 144 (56.64% from 255 or 30% from 480); Blue value is 141 (55.47% from 255 or 29.38% from 480); Max value from RGB is 195 - color contains mainly: red. Hex color #C3908D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3908D is #3C6F72. Grayscale: #9E9E9E. Windows color (decimal): -3960691 or 9277635. OLE color: 9277635.

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

Color convert

RGB 195 144 141 -
CMYK 0 0.26 0.28 0.24
HSL 3.33º 0.31% 0.66% -
HSV(B) 3.33º 0.28% 0.76% -
XYZ 37.29 33.47 29.69 -
YUV 158.91 117.9 153.74 -
System Red Green Blue C M Y K H S L
Decimal 195 144 141 0 0.26 0.28 0.24 3.33 0.31 0.66
Hex C3 90 8D 0 1A 1C 18 3 1F 42
Octal 303 220 215 0 32 34 30 3 37 102
Binary 11000011 10010000 10001101 0 11010 11100 11000 11 11111 1000010

Color Harmonies of #C3908D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3908D

Black with #C3908D

Text Example


Text Example

White with #C3908D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3908D; }

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

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

background-color css

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

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

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

border-color css

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

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

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