Html Css Color HEX #C38683 Oriental Pink

📋 copy color: '#C38683'

red 195 ◦ green 134 ◦ blue 131

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

Shades of Oriental Pink #C38683

Tints of Oriental Pink #C38683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 28.48%

R = 42.39%
G = 29.13%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C38683 (or 0xC38683) is known color: Oriental Pink. HEX triplet: C3, 86 and 83. RGB value is (195,134,131). Sum of RGB (Red+Green+Blue) = 195+134+131=460 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.39% from 460); Green value is 134 (52.73% from 255 or 29.13% from 460); Blue value is 131 (51.56% from 255 or 28.48% from 460); Max value from RGB is 195 - color contains mainly: red. Hex color #C38683 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38683 is #3C797C. Grayscale: #979797. Windows color (decimal): -3963261 or 8619715. OLE color: 8619715.

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

Color convert

RGB 195 134 131 -
CMYK 0 0.31 0.33 0.24
HSL 2.81º 0.35% 0.64% -
HSV(B) 2.81º 0.33% 0.76% -
XYZ 35.13 30.29 25.47 -
YUV 151.9 116.21 158.74 -
System Red Green Blue C M Y K H S L
Decimal 195 134 131 0 0.31 0.33 0.24 2.81 0.35 0.64
Hex C3 86 83 0 1F 21 18 3 23 40
Octal 303 206 203 0 37 41 30 3 43 100
Binary 11000011 10000110 10000011 0 11111 100001 11000 11 100011 1000000

Color Harmonies of #C38683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38683

Black with #C38683

Text Example


Text Example

White with #C38683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38683; }

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

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

background-color css

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

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

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

border-color css

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

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

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