Html Css Color HEX #C38988 Oriental Pink

📋 copy color: '#C38988'

red 195 ◦ green 137 ◦ blue 136

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

Shades of Oriental Pink #C38988

Tints of Oriental Pink #C38988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 29.06%

R = 41.67%
G = 29.27%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C38988 (or 0xC38988) is known color: Oriental Pink. HEX triplet: C3, 89 and 88. RGB value is (195,137,136). Sum of RGB (Red+Green+Blue) = 195+137+136=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 137 (53.91% from 255 or 29.27% from 468); Blue value is 136 (53.52% from 255 or 29.06% from 468); Max value from RGB is 195 - color contains mainly: red. Hex color #C38988 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38988 is #3C7677. Grayscale: #9A9A9A. Windows color (decimal): -3962488 or 8948163. OLE color: 8948163.

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

Color convert

RGB 195 137 136 -
CMYK 0 0.30 0.30 0.24
HSL 1.02º 0.33% 0.65% -
HSV(B) 1.02º 0.3% 0.76% -
XYZ 35.9 31.27 27.44 -
YUV 154.23 117.72 157.08 -
System Red Green Blue C M Y K H S L
Decimal 195 137 136 0 0.30 0.30 0.24 1.02 0.33 0.65
Hex C3 89 88 0 1E 1E 18 1 21 41
Octal 303 211 210 0 36 36 30 1 41 101
Binary 11000011 10001001 10001000 0 11110 11110 11000 1 100001 1000001

Color Harmonies of #C38988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38988

Black with #C38988

Text Example


Text Example

White with #C38988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38988; }

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

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

background-color css

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

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

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

border-color css

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

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

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