Html Css Color HEX #C38F88 Oriental Pink

📋 copy color: '#C38F88'

red 195 ◦ green 143 ◦ blue 136

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

Shades of Oriental Pink #C38F88

Tints of Oriental Pink #C38F88

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.17%

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

R = 41.14%
G = 30.17%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C38F88 (or 0xC38F88) is known color: Oriental Pink. HEX triplet: C3, 8F and 88. RGB value is (195,143,136). Sum of RGB (Red+Green+Blue) = 195+143+136=474 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.14% from 474); Green value is 143 (56.25% from 255 or 30.17% from 474); Blue value is 136 (53.52% from 255 or 28.69% from 474); Max value from RGB is 195 - color contains mainly: red. Hex color #C38F88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38F88 is #3C7077. Grayscale: #9D9D9D. Windows color (decimal): -3960952 or 8949699. OLE color: 8949699.

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

Color convert

RGB 195 143 136 -
CMYK 0 0.27 0.30 0.24
HSL 7.12º 0.33% 0.65% -
HSV(B) 7.12º 0.3% 0.76% -
XYZ 36.77 33.02 27.73 -
YUV 157.75 115.73 154.57 -
System Red Green Blue C M Y K H S L
Decimal 195 143 136 0 0.27 0.30 0.24 7.12 0.33 0.65
Hex C3 8F 88 0 1B 1E 18 7 21 41
Octal 303 217 210 0 33 36 30 7 41 101
Binary 11000011 10001111 10001000 0 11011 11110 11000 111 100001 1000001

Color Harmonies of #C38F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38F88

Black with #C38F88

Text Example


Text Example

White with #C38F88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38F88; }

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

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

background-color css

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

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

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

border-color css

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

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

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