Html Css Color HEX #C38680 Oriental Pink

📋 copy color: '#C38680'

red 195 ◦ green 134 ◦ blue 128

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

Shades of Oriental Pink #C38680

Tints of Oriental Pink #C38680

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.32%

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

R = 42.67%
G = 29.32%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C38680 (or 0xC38680) is known color: Oriental Pink. HEX triplet: C3, 86 and 80. RGB value is (195,134,128). Sum of RGB (Red+Green+Blue) = 195+134+128=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 134 (52.73% from 255 or 29.32% from 457); Blue value is 128 (50.39% from 255 or 28.01% from 457); Max value from RGB is 195 - color contains mainly: red. Hex color #C38680 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38680 is #3C797F. Grayscale: #979797. Windows color (decimal): -3963264 or 8423107. OLE color: 8423107.

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

Color convert

RGB 195 134 128 -
CMYK 0 0.31 0.34 0.24
HSL 5.37º 0.36% 0.63% -
HSV(B) 5.37º 0.34% 0.76% -
XYZ 34.93 30.21 24.41 -
YUV 151.56 114.71 158.99 -
System Red Green Blue C M Y K H S L
Decimal 195 134 128 0 0.31 0.34 0.24 5.37 0.36 0.63
Hex C3 86 80 0 1F 22 18 5 24 3F
Octal 303 206 200 0 37 42 30 5 44 77
Binary 11000011 10000110 10000000 0 11111 100010 11000 101 100100 111111

Color Harmonies of #C38680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38680

Black with #C38680

Text Example


Text Example

White with #C38680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38680; }

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

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

background-color css

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

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

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

border-color css

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

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

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