Html Css Color HEX #C38984 Oriental Pink

📋 copy color: '#C38984'

red 195 ◦ green 137 ◦ blue 132

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

Shades of Oriental Pink #C38984

Tints of Oriental Pink #C38984

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.53%

 BLUE value IS 132 (51.95% from 255) = 28.45%

R = 42.03%
G = 29.53%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C38984 (or 0xC38984) is known color: Oriental Pink. HEX triplet: C3, 89 and 84. RGB value is (195,137,132). Sum of RGB (Red+Green+Blue) = 195+137+132=464 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.03% from 464); Green value is 137 (53.91% from 255 or 29.53% from 464); Blue value is 132 (51.95% from 255 or 28.45% from 464); Max value from RGB is 195 - color contains mainly: red. Hex color #C38984 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38984 is #3C767B. Grayscale: #999999. Windows color (decimal): -3962492 or 8686019. OLE color: 8686019.

HSL color Cylindrical-coordinate representation of color #C38984: hue angle of 4.76º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C38984 is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 137 132 -
CMYK 0 0.30 0.32 0.24
HSL 4.76º 0.34% 0.64% -
HSV(B) 4.76º 0.32% 0.76% -
XYZ 35.62 31.16 25.97 -
YUV 153.77 115.72 157.41 -
System Red Green Blue C M Y K H S L
Decimal 195 137 132 0 0.30 0.32 0.24 4.76 0.34 0.64
Hex C3 89 84 0 1E 20 18 5 22 40
Octal 303 211 204 0 36 40 30 5 42 100
Binary 11000011 10001001 10000100 0 11110 100000 11000 101 100010 1000000

Color Harmonies of #C38984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38984

Black with #C38984

Text Example


Text Example

White with #C38984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38984; }

 p { color: rgb(195,137,132); }

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

background-color css

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

 a { background-color: rgb(195,137,132); }

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

border-color css

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

 span { border-color: rgb(195,137,132); }

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