Html Css Color HEX #C38A84 Oriental Pink

📋 copy color: '#C38A84'

red 195 ◦ green 138 ◦ blue 132

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

Shades of Oriental Pink #C38A84

Tints of Oriental Pink #C38A84

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.68%

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

R = 41.94%
G = 29.68%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C38A84 (or 0xC38A84) is known color: Oriental Pink. HEX triplet: C3, 8A and 84. RGB value is (195,138,132). Sum of RGB (Red+Green+Blue) = 195+138+132=465 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.94% from 465); Green value is 138 (54.30% from 255 or 29.68% from 465); Blue value is 132 (51.95% from 255 or 28.39% from 465); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38A84 is #3C757B. Grayscale: #9A9A9A. Windows color (decimal): -3962236 or 8686275. OLE color: 8686275.

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

Color convert

RGB 195 138 132 -
CMYK 0 0.29 0.32 0.24
HSL 5.71º 0.34% 0.64% -
HSV(B) 5.71º 0.32% 0.76% -
XYZ 35.76 31.45 26.01 -
YUV 154.36 115.38 156.99 -
System Red Green Blue C M Y K H S L
Decimal 195 138 132 0 0.29 0.32 0.24 5.71 0.34 0.64
Hex C3 8A 84 0 1D 20 18 6 22 40
Octal 303 212 204 0 35 40 30 6 42 100
Binary 11000011 10001010 10000100 0 11101 100000 11000 110 100010 1000000

Color Harmonies of #C38A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38A84

Black with #C38A84

Text Example


Text Example

White with #C38A84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38A84; }

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

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

background-color css

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

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

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

border-color css

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

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

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