Html Css Color HEX #C38280 Oriental Pink

📋 copy color: '#C38280'

red 195 ◦ green 130 ◦ blue 128

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

Shades of Oriental Pink #C38280

Tints of Oriental Pink #C38280

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.7%

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

R = 43.05%
G = 28.7%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C38280 (or 0xC38280) is known color: Oriental Pink. HEX triplet: C3, 82 and 80. RGB value is (195,130,128). Sum of RGB (Red+Green+Blue) = 195+130+128=453 (60% of max value = 765). Red value is 195 (76.56% from 255 or 43.05% from 453); Green value is 130 (51.17% from 255 or 28.70% from 453); Blue value is 128 (50.39% from 255 or 28.26% from 453); Max value from RGB is 195 - color contains mainly: red. Hex color #C38280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38280 is #3C7D7F. Grayscale: #959595. Windows color (decimal): -3964288 or 8422083. OLE color: 8422083.

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

Color convert

RGB 195 130 128 -
CMYK 0 0.33 0.34 0.24
HSL 1.79º 0.36% 0.63% -
HSV(B) 1.79º 0.34% 0.76% -
XYZ 34.38 29.13 24.23 -
YUV 149.21 116.03 160.66 -
System Red Green Blue C M Y K H S L
Decimal 195 130 128 0 0.33 0.34 0.24 1.79 0.36 0.63
Hex C3 82 80 0 21 22 18 2 24 3F
Octal 303 202 200 0 41 42 30 2 44 77
Binary 11000011 10000010 10000000 0 100001 100010 11000 10 100100 111111

Color Harmonies of #C38280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38280

Black with #C38280

Text Example


Text Example

White with #C38280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38280; }

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

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

background-color css

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

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

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

border-color css

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

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

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