Html Css Color HEX #C38A87 Oriental Pink

📋 copy color: '#C38A87'

red 195 ◦ green 138 ◦ blue 135

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

Shades of Oriental Pink #C38A87

Tints of Oriental Pink #C38A87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 28.85%

R = 41.67%
G = 29.49%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C38A87 (or 0xC38A87) is known color: Oriental Pink. HEX triplet: C3, 8A and 87. RGB value is (195,138,135). Sum of RGB (Red+Green+Blue) = 195+138+135=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 138 (54.30% from 255 or 29.49% from 468); Blue value is 135 (53.12% from 255 or 28.85% from 468); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38A87 is #3C7578. Grayscale: #9A9A9A. Windows color (decimal): -3962233 or 8882883. OLE color: 8882883.

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

Color convert

RGB 195 138 135 -
CMYK 0 0.29 0.31 0.24
HSL 0.33% 0.65% -
HSV(B) 0.31% 0.76% -
XYZ 35.97 31.53 27.11 -
YUV 154.7 116.88 156.74 -
System Red Green Blue C M Y K H S L
Decimal 195 138 135 0 0.29 0.31 0.24 3 0.33 0.65
Hex C3 8A 87 0 1D 1F 18 3 21 41
Octal 303 212 207 0 35 37 30 3 41 101
Binary 11000011 10001010 10000111 0 11101 11111 11000 11 100001 1000001

Color Harmonies of #C38A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38A87

Black with #C38A87

Text Example


Text Example

White with #C38A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38A87; }

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

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

background-color css

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

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

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

border-color css

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

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

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