Html Css Color HEX #C38880 Oriental Pink

📋 copy color: '#C38880'

red 195 ◦ green 136 ◦ blue 128

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

Shades of Oriental Pink #C38880

Tints of Oriental Pink #C38880

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.63%

 BLUE value IS 128 (50.39% from 255) = 27.89%

R = 42.48%
G = 29.63%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C38880 (or 0xC38880) is known color: Oriental Pink. HEX triplet: C3, 88 and 80. RGB value is (195,136,128). Sum of RGB (Red+Green+Blue) = 195+136+128=459 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.48% from 459); Green value is 136 (53.52% from 255 or 29.63% from 459); Blue value is 128 (50.39% from 255 or 27.89% from 459); Max value from RGB is 195 - color contains mainly: red. Hex color #C38880 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38880 is #3C777F. Grayscale: #989898. Windows color (decimal): -3962752 or 8423619. OLE color: 8423619.

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

Color convert

RGB 195 136 128 -
CMYK 0 0.30 0.34 0.24
HSL 7.16º 0.36% 0.63% -
HSV(B) 7.16º 0.34% 0.76% -
XYZ 35.21 30.77 24.51 -
YUV 152.73 114.05 158.15 -
System Red Green Blue C M Y K H S L
Decimal 195 136 128 0 0.30 0.34 0.24 7.16 0.36 0.63
Hex C3 88 80 0 1E 22 18 7 24 3F
Octal 303 210 200 0 36 42 30 7 44 77
Binary 11000011 10001000 10000000 0 11110 100010 11000 111 100100 111111

Color Harmonies of #C38880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38880

Black with #C38880

Text Example


Text Example

White with #C38880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38880; }

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

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

background-color css

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

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

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

border-color css

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

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

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